Spaces:
Build error
Build error
Workaround panda incompatibility with numpy 2.0.0
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
git+https://github.com/huggingface/transformers.git
|
| 2 |
-
huggingface_hub
|
|
|
|
|
|
| 1 |
git+https://github.com/huggingface/transformers.git
|
| 2 |
+
huggingface_hub
|
| 3 |
+
numpy<2.0.0
|