Spaces:
Running
Running
Jesse Liu commited on
Commit ·
8e5c1fd
1
Parent(s): 7d375b1
Fix: remove openai-whisper from requirements, make whisper optional in code
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -26,16 +26,16 @@ Jinja2==3.1.4
|
|
| 26 |
jsonschema==4.23.0
|
| 27 |
jsonschema-specifications==2023.12.1
|
| 28 |
kiwisolver==1.4.7
|
| 29 |
-
llvmlite==0.
|
| 30 |
MarkupSafe==2.1.5
|
| 31 |
matplotlib==3.9.2
|
| 32 |
more-itertools==10.5.0
|
| 33 |
mpmath==1.3.0
|
| 34 |
narwhals==1.8.1
|
| 35 |
networkx==3.3
|
| 36 |
-
numba==0.
|
| 37 |
numpy==1.26.4
|
| 38 |
-
|
| 39 |
orjson==3.10.7
|
| 40 |
packaging>=23.2,<24.0
|
| 41 |
pandas==2.2.2
|
|
|
|
| 26 |
jsonschema==4.23.0
|
| 27 |
jsonschema-specifications==2023.12.1
|
| 28 |
kiwisolver==1.4.7
|
| 29 |
+
llvmlite==0.43.0
|
| 30 |
MarkupSafe==2.1.5
|
| 31 |
matplotlib==3.9.2
|
| 32 |
more-itertools==10.5.0
|
| 33 |
mpmath==1.3.0
|
| 34 |
narwhals==1.8.1
|
| 35 |
networkx==3.3
|
| 36 |
+
numba==0.60.0
|
| 37 |
numpy==1.26.4
|
| 38 |
+
setuptools
|
| 39 |
orjson==3.10.7
|
| 40 |
packaging>=23.2,<24.0
|
| 41 |
pandas==2.2.2
|