Spaces:
Running
Running
Knight-coderr
commited on
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
mlflow==2.13.2
|
2 |
cloudpickle==3.0.0
|
3 |
-
numpy==1.
|
4 |
-
packaging==
|
5 |
-
psutil==5.9.
|
6 |
pyyaml==6.0.1
|
7 |
scikit-learn==1.3.2
|
8 |
-
scipy==1.
|
|
|
|
|
|
|
|
|
|
1 |
mlflow==2.13.2
|
2 |
cloudpickle==3.0.0
|
3 |
+
numpy==1.26.0
|
4 |
+
packaging==23.1
|
5 |
+
psutil==5.9.5
|
6 |
pyyaml==6.0.1
|
7 |
scikit-learn==1.3.2
|
8 |
+
scipy==1.11.3
|
9 |
+
joblib==1.4.2
|
10 |
+
textblob==0.17.1
|
11 |
+
boto3==1.34.144
|
12 |
+
streamlit==1.25.0
|