Spaces:
Build error
Build error
update version requirements
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
joblib=1.2.0
|
| 2 |
-
lightgbm=3.3.3
|
| 3 |
-
numpy=1.23.1
|
| 4 |
-
pandas=2.0.1
|
| 5 |
-
scikit-learn=1.1.3
|
| 6 |
-
xgboost=2.0.0
|
| 7 |
-
imblearn=0.0
|
|
|
|
| 1 |
+
joblib==1.2.0
|
| 2 |
+
lightgbm==3.3.3
|
| 3 |
+
numpy==1.23.1
|
| 4 |
+
pandas==2.0.1
|
| 5 |
+
scikit-learn==1.1.3
|
| 6 |
+
xgboost==2.0.0
|
| 7 |
+
imblearn==0.0
|