Spaces:
Runtime error
Runtime error
Bot commited on
Commit ·
97de31f
1
Parent(s): 3578cc2
Fix: pin pyarrow<14 and datasets<2.14 to fix nemo_toolkit compatibility
Browse files- requirements.txt +18 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
-
# Build tools
|
| 2 |
-
Cython
|
| 3 |
-
packaging
|
| 4 |
-
setuptools
|
| 5 |
-
wheel
|
| 6 |
-
|
| 7 |
-
# Core dependencies
|
| 8 |
-
numpy<2.0.0
|
| 9 |
-
torch>=2.0.0
|
| 10 |
-
huggingface_hub==0.20.0 # Version qui contient encore HfFolder
|
| 11 |
-
nemo_toolkit[asr]==1.23.0
|
| 12 |
-
gradio==4.44.1
|
| 13 |
-
psutil
|
| 14 |
-
humanize
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Build tools
|
| 2 |
+
Cython
|
| 3 |
+
packaging
|
| 4 |
+
setuptools
|
| 5 |
+
wheel
|
| 6 |
+
|
| 7 |
+
# Core dependencies
|
| 8 |
+
numpy<2.0.0
|
| 9 |
+
torch>=2.0.0
|
| 10 |
+
huggingface_hub==0.20.0 # Version qui contient encore HfFolder
|
| 11 |
+
nemo_toolkit[asr]==1.23.0
|
| 12 |
+
gradio==4.44.1
|
| 13 |
+
psutil
|
| 14 |
+
humanize
|
| 15 |
+
|
| 16 |
+
# Fix: compatibilité pyarrow / datasets avec nemo_toolkit
|
| 17 |
+
pyarrow<14.0.0
|
| 18 |
+
datasets<2.14.0
|