Miguelpef commited on
Commit
3579056
·
verified ·
1 Parent(s): 0e60054

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +64 -0
requirements.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ certifi==2024.12.14
5
+ charset-normalizer==3.4.1
6
+ click==8.1.8
7
+ fastapi==0.115.7
8
+ ffmpy==0.5.0
9
+ filelock==3.17.0
10
+ fsspec==2024.12.0
11
+ gradio==5.13.1
12
+ gradio_client==1.6.0
13
+ h11==0.14.0
14
+ httpcore==1.0.7
15
+ httpx==0.28.1
16
+ huggingface-hub==0.27.1
17
+ idna==3.10
18
+ imageio==2.36.1
19
+ Jinja2==3.1.5
20
+ joblib==1.4.2
21
+ lazy_loader==0.4
22
+ markdown-it-py==3.0.0
23
+ MarkupSafe==2.1.5
24
+ mdurl==0.1.2
25
+ networkx==3.4.2
26
+ numpy==2.2.1
27
+ orjson==3.10.15
28
+ packaging==24.2
29
+ pandas==2.2.3
30
+ pillow==11.1.0
31
+ plotly==5.24.1
32
+ py-vox-io==0.1
33
+ pydantic==2.10.6
34
+ pydantic_core==2.27.2
35
+ pydub==0.25.1
36
+ Pygments==2.19.1
37
+ python-dateutil==2.9.0.post0
38
+ python-multipart==0.0.20
39
+ pytz==2024.2
40
+ PyYAML==6.0.2
41
+ requests==2.32.3
42
+ rich==13.9.4
43
+ ruff==0.9.3
44
+ safehttpx==0.1.6
45
+ scikit-image==0.25.0
46
+ scikit-learn==1.6.1
47
+ scipy==1.15.1
48
+ semantic-version==2.10.0
49
+ shellingham==1.5.4
50
+ six==1.17.0
51
+ sniffio==1.3.1
52
+ starlette==0.45.3
53
+ tenacity==9.0.0
54
+ threadpoolctl==3.5.0
55
+ tifffile==2025.1.10
56
+ tomlkit==0.13.2
57
+ tqdm==4.67.1
58
+ trimesh==4.5.3
59
+ typer==0.15.1
60
+ typing_extensions==4.12.2
61
+ tzdata==2025.1
62
+ urllib3==2.3.0
63
+ uvicorn==0.34.0
64
+ websockets==14.2