j-tobias commited on
Commit
f9a4342
·
1 Parent(s): 744c1ac

added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +83 -0
requirements.txt ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.4.0
4
+ audioread==3.0.1
5
+ certifi==2024.7.4
6
+ cffi==1.17.0
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ contourpy==1.2.1
10
+ cycler==0.12.1
11
+ decorator==5.1.1
12
+ exceptiongroup==1.2.2
13
+ fastapi==0.112.1
14
+ ffmpy==0.4.0
15
+ filelock==3.15.4
16
+ fonttools==4.53.1
17
+ fsspec==2024.6.1
18
+ gradio==4.41.0
19
+ gradio_client==1.3.0
20
+ h11==0.14.0
21
+ httpcore==1.0.5
22
+ httpx==0.27.0
23
+ huggingface-hub==0.24.5
24
+ idna==3.7
25
+ importlib_resources==6.4.2
26
+ Jinja2==3.1.4
27
+ joblib==1.4.2
28
+ kiwisolver==1.4.5
29
+ lazy_loader==0.4
30
+ librosa==0.10.2.post1
31
+ llvmlite==0.43.0
32
+ markdown-it-py==3.0.0
33
+ MarkupSafe==2.1.5
34
+ matplotlib==3.9.2
35
+ mdurl==0.1.2
36
+ mpmath==1.3.0
37
+ msgpack==1.0.8
38
+ networkx==3.3
39
+ numba==0.60.0
40
+ numpy==2.0.1
41
+ orjson==3.10.7
42
+ packaging==24.1
43
+ pandas==2.2.2
44
+ pillow==10.4.0
45
+ platformdirs==4.2.2
46
+ pooch==1.8.2
47
+ pycparser==2.22
48
+ pydantic==2.8.2
49
+ pydantic_core==2.20.1
50
+ pydub==0.25.1
51
+ Pygments==2.18.0
52
+ pyparsing==3.1.2
53
+ python-dateutil==2.9.0.post0
54
+ python-multipart==0.0.9
55
+ pytz==2024.1
56
+ PyYAML==6.0.2
57
+ regex==2024.7.24
58
+ requests==2.32.3
59
+ rich==13.7.1
60
+ ruff==0.6.0
61
+ safetensors==0.4.4
62
+ scikit-learn==1.5.1
63
+ scipy==1.14.0
64
+ semantic-version==2.10.0
65
+ shellingham==1.5.4
66
+ six==1.16.0
67
+ sniffio==1.3.1
68
+ soundfile==0.12.1
69
+ soxr==0.4.0
70
+ starlette==0.38.2
71
+ sympy==1.13.2
72
+ threadpoolctl==3.5.0
73
+ tokenizers==0.19.1
74
+ tomlkit==0.12.0
75
+ torch==2.4.0
76
+ tqdm==4.66.5
77
+ transformers==4.44.0
78
+ typer==0.12.3
79
+ typing_extensions==4.12.2
80
+ tzdata==2024.1
81
+ urllib3==2.2.2
82
+ uvicorn==0.30.6
83
+ websockets==12.0