Spaces:
Runtime error
Runtime error
Commit
·
ff49d30
1
Parent(s):
e0a13cb
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
numpy==1.23.4
|
| 2 |
pandas==1.5.1
|
| 3 |
-
pickle5==0.0.11
|
| 4 |
plotly==5.11.0
|
| 5 |
scikit_learn==1.2.2
|
| 6 |
streamlit==1.18.1
|
| 7 |
langchain
|
| 8 |
dotenv
|
| 9 |
-
os
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy==1.23.4
|
| 2 |
pandas==1.5.1
|
|
|
|
| 3 |
plotly==5.11.0
|
| 4 |
scikit_learn==1.2.2
|
| 5 |
streamlit==1.18.1
|
| 6 |
langchain
|
| 7 |
dotenv
|
| 8 |
+
os
|
| 9 |
+
streamlit
|
| 10 |
+
python-dotenv
|
| 11 |
+
langchain
|