Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
streamlit==1.29.0
|
| 3 |
+
pandas==2.0.3
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
plotly==5.17.0
|
| 6 |
+
openai==1.3.0
|
| 7 |
+
streamlit-option-menu==0.3.6
|
| 8 |
+
faker==20.1.0
|
| 9 |
+
python-dotenv==1.0.0
|