Spaces:
Sleeping
Sleeping
Fixed `numpy 2.0` compatibility issue
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio
|
| 2 |
tensorflow
|
| 3 |
pandas
|
| 4 |
-
numpy
|
| 5 |
sentencepiece
|
| 6 |
valx
|
|
|
|
| 1 |
gradio
|
| 2 |
tensorflow
|
| 3 |
pandas
|
| 4 |
+
numpy==1.26.4
|
| 5 |
sentencepiece
|
| 6 |
valx
|