FJDorfner commited on
Commit
8a57602
·
verified ·
1 Parent(s): 2e8e2eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -0
requirements.txt CHANGED
@@ -1,3 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==4.29.0
2
  spaces==0.28.3
3
  numpy==1.22.2
 
1
+ aiofiles>=22.0,<24.0
2
+ anyio>=3.0,<5.0
3
+ audioop-lts<1.0; python_version >= "3.13"
4
+ fastapi>=0.115.2,<1.0
5
+ ffmpy
6
+ gradio_client==1.5.4
7
+ httpx>=0.24.1
8
+ huggingface_hub>=0.25.1
9
+ Jinja2<4.0
10
+ markupsafe~=2.0
11
+ numpy>=1.0,<3.0
12
+ # orjson~=3.0 # Excluded
13
+ packaging
14
+ pandas>=1.0,<3.0
15
+ pillow>=8.0,<12.0
16
+ pydantic>=2.0
17
+ python-multipart>=0.0.18
18
+ pydub
19
+ pyyaml>=5.0,<7.0
20
+ ruff>=0.2.2; sys.platform != 'emscripten'
21
+ safehttpx>=0.1.6,<0.2.0
22
+ semantic_version~=2.0
23
+ starlette>=0.40.0,<1.0; sys.platform != 'emscripten'
24
+ tomlkit>=0.12.0,<0.14.0
25
+ typer>=0.12,<1.0; sys.platform != 'emscripten'
26
+ typing_extensions~=4.0
27
+ urllib3~=2.0; sys.platform == 'emscripten'
28
+ uvicorn>=0.14.0; sys.platform != 'emscripten'
29
+
30
  gradio==4.29.0
31
  spaces==0.28.3
32
  numpy==1.22.2