Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -21,10 +21,10 @@ MarkupSafe==3.0.2
|
|
| 21 |
matplotlib==3.9.2
|
| 22 |
mdurl==0.1.2
|
| 23 |
narwhals==1.11.1
|
| 24 |
-
numpy==2.1.2
|
| 25 |
openpyxl==3.1.5
|
| 26 |
packaging==24.1
|
| 27 |
-
pandas==2.2.3
|
| 28 |
pillow==10.4.0
|
| 29 |
protobuf==5.28.3
|
| 30 |
py4j==0.10.9.7
|
|
@@ -48,3 +48,7 @@ typing_extensions==4.12.2
|
|
| 48 |
tzdata==2024.2
|
| 49 |
urllib3==2.2.3
|
| 50 |
watchdog==5.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
matplotlib==3.9.2
|
| 22 |
mdurl==0.1.2
|
| 23 |
narwhals==1.11.1
|
| 24 |
+
#numpy==2.1.2
|
| 25 |
openpyxl==3.1.5
|
| 26 |
packaging==24.1
|
| 27 |
+
#pandas==2.2.3
|
| 28 |
pillow==10.4.0
|
| 29 |
protobuf==5.28.3
|
| 30 |
py4j==0.10.9.7
|
|
|
|
| 48 |
tzdata==2024.2
|
| 49 |
urllib3==2.2.3
|
| 50 |
watchdog==5.0.3
|
| 51 |
+
scikit-learn==1.3.2
|
| 52 |
+
catboost==1.2.7
|
| 53 |
+
numpy==1.21.4
|
| 54 |
+
pandas==2.0.3
|