Adam Furman commited on
Commit
52f1702
·
1 Parent(s): b2bc43f

Changed requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -63
requirements.txt CHANGED
@@ -1,63 +1,4 @@
1
- aiofiles==24.1.0
2
- annotated-types==0.7.0
3
- anyio==4.9.0
4
- certifi==2025.6.15
5
- charset-normalizer==3.4.2
6
- click==8.2.1
7
- colorama==0.4.6
8
- fastapi==0.115.13
9
- ffmpy==0.6.0
10
- filelock==3.18.0
11
- fsspec==2025.5.1
12
- gradio==5.34.2
13
- gradio_client==1.10.3
14
- groovy==0.1.2
15
- h11==0.16.0
16
- httpcore==1.0.9
17
- httpx==0.28.1
18
- huggingface-hub==0.33.0
19
- idna==3.10
20
- Jinja2==3.1.6
21
- markdown-it-py==3.0.0
22
- MarkupSafe==3.0.2
23
- mdurl==0.1.2
24
- mpmath==1.3.0
25
- networkx==3.5
26
- numpy==2.3.0
27
- orjson==3.10.18
28
- packaging==25.0
29
- pandas==2.3.0
30
- pillow==11.2.1
31
- pydantic==2.11.7
32
- pydantic_core==2.33.2
33
- pydub==0.25.1
34
- Pygments==2.19.1
35
- python-dateutil==2.9.0.post0
36
- python-multipart==0.0.20
37
- pytz==2025.2
38
- PyYAML==6.0.2
39
- regex==2024.11.6
40
- requests==2.32.4
41
- rich==14.0.0
42
- ruff==0.12.0
43
- safehttpx==0.1.6
44
- safetensors==0.5.3
45
- semantic-version==2.10.0
46
- setuptools==80.9.0
47
- shellingham==1.5.4
48
- six==1.17.0
49
- sniffio==1.3.1
50
- starlette==0.46.2
51
- sympy==1.14.0
52
- tokenizers==0.21.1
53
- tomlkit==0.13.3
54
- torch==2.7.1
55
- tqdm==4.67.1
56
- transformers==4.52.4
57
- typer==0.16.0
58
- typing-inspection==0.4.1
59
- typing_extensions==4.14.0
60
- tzdata==2025.2
61
- urllib3==2.5.0
62
- uvicorn==0.34.3
63
- websockets==15.0.1
 
1
+ gradio>=3.50.2
2
+ pandas>=2.0.3
3
+ transformers>=4.36.2
4
+ torch>=2.1.2