Spaces:
Sleeping
Sleeping
Rajveer Pall commited on
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
streamlit==1.41.1
|
| 2 |
-
plotly==5.24.1
|
| 3 |
-
pandas==2.2.3
|
| 4 |
-
numpy=
|
| 5 |
-
pyarrow=
|
| 6 |
-
scikit-learn==1.5.2
|
| 7 |
-
lightgbm==4.5.0
|
|
|
|
| 1 |
+
streamlit==1.41.1
|
| 2 |
+
plotly==5.24.1
|
| 3 |
+
pandas==2.2.3
|
| 4 |
+
numpy>=2.0.0
|
| 5 |
+
pyarrow>=14.0.0
|
| 6 |
+
scikit-learn==1.5.2
|
| 7 |
+
lightgbm==4.5.0
|