Spaces:
Running
Running
Commit
·
852c2a1
1
Parent(s):
db283f8
update numpy req to resolve error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio==4.42.0
|
| 2 |
-
numpy
|
| 3 |
pandas==2.2.2
|
| 4 |
plotly==5.22.0
|
| 5 |
python_dateutil==2.9.0.post0
|
|
|
|
| 1 |
gradio==4.42.0
|
| 2 |
+
numpy<2.0.0
|
| 3 |
pandas==2.2.2
|
| 4 |
plotly==5.22.0
|
| 5 |
python_dateutil==2.9.0.post0
|