Leanne Tan commited on
Commit
b65dbdc
·
unverified ·
1 Parent(s): f09d1bb

Simplify requirements.txt to direct dependencies only

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -64
requirements.txt CHANGED
@@ -1,66 +1,5 @@
1
- aiofiles==23.2.1
2
- annotated-types==0.7.0
3
- anyio==4.6.0
4
- certifi==2024.8.30
5
- charset-normalizer==3.3.2
6
- click==8.1.7
7
- contourpy==1.3.0
8
- cycler==0.12.1
9
- fastapi==0.115.0
10
- ffmpy==0.4.0
11
- filelock==3.16.1
12
- fonttools==4.54.0
13
- fsspec==2024.9.0
14
  gradio
15
- gradio_client
16
- h11==0.14.0
17
- httpcore==1.0.5
18
- httpx==0.27.2
19
  huggingface-hub==0.25.1
20
- idna==3.10
21
- importlib_resources==6.4.5
22
- Jinja2==3.1.4
23
- kiwisolver==1.4.7
24
- markdown-it-py==3.0.0
25
- MarkupSafe==2.1.5
26
- matplotlib==3.9.2
27
- mdurl==0.1.2
28
- mpmath==1.3.0
29
- networkx==3.3
30
- numpy==2.1.1
31
- orjson==3.10.7
32
- packaging==24.1
33
- pandas==2.2.3
34
- pillow==10.4.0
35
- pydantic==2.9.2
36
- pydantic_core==2.23.4
37
- pydub==0.25.1
38
- Pygments==2.18.0
39
- pyparsing==3.1.4
40
- python-dateutil==2.9.0.post0
41
- python-multipart==0.0.10
42
- pytz==2024.2
43
- PyYAML==6.0.2
44
- regex==2024.9.11
45
- requests==2.32.3
46
- rich==13.8.1
47
- ruff==0.6.7
48
- safetensors==0.4.5
49
- semantic-version==2.10.0
50
- setuptools==75.1.0
51
- shellingham==1.5.4
52
- six==1.16.0
53
- sniffio==1.3.1
54
- starlette==0.38.6
55
- sympy==1.13.3
56
- tokenizers==0.19.1
57
- tomlkit==0.12.0
58
- torch==2.4.1
59
- tqdm==4.66.5
60
- transformers==4.44.2
61
- typer==0.12.5
62
- typing_extensions==4.12.2
63
- tzdata==2024.2
64
- urllib3==2.2.3
65
- uvicorn==0.30.6
66
- websockets==12.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio
 
 
 
 
2
  huggingface-hub==0.25.1
3
+ safetensors
4
+ torch
5
+ transformers