Max005 commited on
Commit
21657a1
·
1 Parent(s): 5cfc3e9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -75
requirements.txt CHANGED
@@ -1,75 +1,11 @@
1
- annotated-types==0.7.0
2
- anyio==4.7.0
3
- asttokens==2.4.1
4
- certifi==2024.12.14
5
- cffi==1.17.1
6
- charset-normalizer==3.4.0
7
- click==8.1.7
8
- colorama==0.4.6
9
- comm==0.2.2
10
- debugpy==1.8.1
11
- decorator==5.1.1
12
- exceptiongroup==1.2.2
13
- executing==2.0.1
14
- fastapi==0.115.6
15
- ffmpeg-python==0.2.0
16
- filelock==3.16.1
17
- fsspec==2024.10.0
18
- future==1.0.0
19
- h11==0.14.0
20
- huggingface-hub==0.27.0
21
- idna==3.10
22
- importlib_metadata==8.5.0
23
- ipykernel==6.29.4
24
- ipython==8.23.0
25
- jedi==0.19.1
26
- Jinja2==3.1.4
27
- jupyter_client==8.6.1
28
- jupyter_core==5.7.2
29
- MarkupSafe==3.0.2
30
- matplotlib-inline==0.1.6
31
- mpmath==1.3.0
32
- nest-asyncio==1.6.0
33
- networkx==3.4.2
34
- numpy==2.2.0
35
- packaging==24.2
36
- parso==0.8.4
37
- pickleshare==0.7.5
38
- pillow==11.0.0
39
- pip==24.3.1
40
- platformdirs==4.2.0
41
- prompt-toolkit==3.0.43
42
- psutil==6.1.0
43
- pure-eval==0.2.2
44
- pycparser==2.22
45
- pydantic==2.10.3
46
- pydantic_core==2.27.1
47
- Pygments==2.18.0
48
- PySoundFile==0.9.0.post1
49
- python-dateutil==2.9.0.post0
50
- python-multipart==0.0.19
51
- PyYAML==6.0.2
52
- pyzmq==25.1.2
53
- regex==2024.11.6
54
- requests==2.32.3
55
- safetensors==0.4.5
56
- setuptools==75.6.0
57
- six==1.17.0
58
- sniffio==1.3.1
59
- stack-data==0.6.3
60
- starlette==0.41.3
61
- sympy==1.13.1
62
- tokenizers==0.21.0
63
- torch==2.5.1
64
- torchaudio==2.5.1
65
- torchvision==0.20.1
66
- tornado==6.4
67
- tqdm==4.67.1
68
- traitlets==5.14.2
69
- transformers==4.47.0
70
- typing_extensions==4.12.2
71
- urllib3==2.2.3
72
- uvicorn==0.34.0
73
- wcwidth==0.2.13
74
- wheel==0.45.1
75
- zipp==3.21.0
 
1
+ fastapi
2
+ uvicorn
3
+ transformers
4
+ torch
5
+ torchvision
6
+ torchaudio
7
+ soundfile
8
+ ffmpeg-python
9
+ pydantic
10
+ numpy
11
+ python-multipart