Spaces:
Runtime error
Runtime error
entry
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -44,12 +44,12 @@ mdurl==0.1.2
|
|
| 44 |
mpmath==1.3.0
|
| 45 |
multidict==6.0.4
|
| 46 |
numexpr==2.8.4
|
| 47 |
-
numpy
|
| 48 |
oauthlib==3.2.2
|
| 49 |
omegaconf==2.3.0
|
| 50 |
ordered-set==4.1.0
|
| 51 |
packaging==23.1
|
| 52 |
-
pandas
|
| 53 |
Pillow==9.5.0
|
| 54 |
pmlb==1.0.1.post3
|
| 55 |
protobuf==4.23.4
|
|
@@ -61,7 +61,7 @@ Pygments==2.15.1
|
|
| 61 |
Pympler==1.0.1
|
| 62 |
pyparsing==3.1.0
|
| 63 |
python-dateutil==2.8.2
|
| 64 |
-
|
| 65 |
pytz==2023.3
|
| 66 |
pytz-deprecation-shim==0.1.0.post0
|
| 67 |
PyYAML==6.0
|
|
|
|
| 44 |
mpmath==1.3.0
|
| 45 |
multidict==6.0.4
|
| 46 |
numexpr==2.8.4
|
| 47 |
+
numpy<1.20.0
|
| 48 |
oauthlib==3.2.2
|
| 49 |
omegaconf==2.3.0
|
| 50 |
ordered-set==4.1.0
|
| 51 |
packaging==23.1
|
| 52 |
+
pandas<1.5
|
| 53 |
Pillow==9.5.0
|
| 54 |
pmlb==1.0.1.post3
|
| 55 |
protobuf==4.23.4
|
|
|
|
| 61 |
Pympler==1.0.1
|
| 62 |
pyparsing==3.1.0
|
| 63 |
python-dateutil==2.8.2
|
| 64 |
+
pytorch_lightning<2.0.0
|
| 65 |
pytz==2023.3
|
| 66 |
pytz-deprecation-shim==0.1.0.post0
|
| 67 |
PyYAML==6.0
|