Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,18 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
-
pandas==2.
|
| 3 |
-
numpy==1.
|
| 4 |
-
scikit-learn==1.
|
| 5 |
-
statsmodels==0.14.
|
| 6 |
-
plotly==5.
|
| 7 |
-
matplotlib==3.
|
| 8 |
-
seaborn==0.
|
| 9 |
-
torch==2.
|
| 10 |
-
transformers==4.
|
| 11 |
-
sentence-transformers==2.
|
| 12 |
-
tsfresh==0.20.
|
| 13 |
-
pmdarima==2.0.
|
| 14 |
-
prophet==1.1.
|
| 15 |
-
pyyaml==6.0.1
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.32.0
|
| 2 |
+
pandas==2.2.1
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scikit-learn==1.4.1.post1
|
| 5 |
+
statsmodels==0.14.1
|
| 6 |
+
plotly==5.18.0
|
| 7 |
+
matplotlib==3.8.3
|
| 8 |
+
seaborn==0.13.2
|
| 9 |
+
torch==2.2.1
|
| 10 |
+
transformers==4.38.2
|
| 11 |
+
sentence-transformers==2.7.0
|
| 12 |
+
tsfresh==0.20.2
|
| 13 |
+
pmdarima==2.0.4
|
| 14 |
+
prophet==1.1.5
|
| 15 |
+
pyyaml==6.0.1
|
| 16 |
+
openai==1.12.0
|
| 17 |
+
langchain==0.1.11
|
| 18 |
+
llama-index==0.10.20
|