Spaces:
Sleeping
Sleeping
Cbhandawat
commited on
Commit
•
4d13720
1
Parent(s):
b7fbc21
updating requirements.txt
Browse files- requirements.txt +1 -27
requirements.txt
CHANGED
@@ -1,27 +1 @@
|
|
1 |
-
|
2 |
-
altair>=4.2.0,<6.0
|
3 |
-
fastapi
|
4 |
-
ffmpy
|
5 |
-
gradio_client==0.16.4
|
6 |
-
httpx>=0.24.1
|
7 |
-
huggingface_hub>=0.19.3
|
8 |
-
importlib_resources>=1.3,<7.0
|
9 |
-
Jinja2<4.0
|
10 |
-
markupsafe~=2.0
|
11 |
-
matplotlib~=3.0
|
12 |
-
numpy~=1.0
|
13 |
-
orjson~=3.0
|
14 |
-
packaging
|
15 |
-
pandas>=1.0,<3.0
|
16 |
-
pillow>=8.0,<11.0
|
17 |
-
pydantic>=2.0
|
18 |
-
python-multipart>=0.0.9 # required for fastapi forms
|
19 |
-
pydub
|
20 |
-
pyyaml>=5.0,<7.0
|
21 |
-
semantic_version~=2.0
|
22 |
-
typing_extensions~=4.0
|
23 |
-
urllib3~=2.0 # urllib3 is used for Lite support. Version spec can be omitted because urllib3==2.1.0 is prebuilt for Pyodide and urllib>=2.2.0 supports Pyodide as well.
|
24 |
-
uvicorn>=0.14.0; sys.platform != 'emscripten'
|
25 |
-
typer>=0.12,<1.0; sys.platform != 'emscripten'
|
26 |
-
tomlkit==0.12.0
|
27 |
-
ruff>=0.2.2; sys.platform != 'emscripten'
|
|
|
1 |
+
fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|