Workaround panda incompatibility with numpy 2.0.0 (#4)
Browse files- Workaround panda incompatibility with numpy 2.0.0 (ea1a7be4e54dfeac01f91af71bc6fe78be89312b)
Co-authored-by: David Corvoysier <[email protected]>
- 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
|