marufc36 commited on
Commit
d799e85
·
1 Parent(s): 560a58b

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -90
requirements.txt CHANGED
@@ -1,90 +1,4 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.9.3
3
- aiosignal==1.3.1
4
- altair==5.2.0
5
- annotated-types==0.6.0
6
- anyio==4.3.0
7
- attrs==23.2.0
8
- certifi==2024.2.2
9
- charset-normalizer==3.3.2
10
- click==8.1.7
11
- colorama==0.4.6
12
- contourpy==1.2.0
13
- cycler==0.12.1
14
- fastapi==0.110.0
15
- ffmpy==0.3.2
16
- filelock==3.13.1
17
- fonttools==4.50.0
18
- frozenlist==1.4.1
19
- fsspec==2024.3.1
20
- gradio==4.22.0
21
- gradio_client==0.13.0
22
- h11==0.14.0
23
- httpcore==1.0.4
24
- httpx==0.27.0
25
- huggingface-hub==0.21.4
26
- idna==3.6
27
- importlib_resources==6.4.0
28
- install==1.3.5
29
- Jinja2==3.1.3
30
- jsonschema==4.21.1
31
- jsonschema-specifications==2023.12.1
32
- kiwisolver==1.4.5
33
- lightning==2.2.1
34
- lightning-utilities==0.11.0
35
- markdown-it-py==3.0.0
36
- MarkupSafe==2.1.5
37
- matplotlib==3.8.3
38
- mdurl==0.1.2
39
- mpmath==1.3.0
40
- multidict==6.0.5
41
- networkx==3.2.1
42
- numpy==1.26.4
43
- orjson==3.9.15
44
- outcome==1.3.0.post0
45
- packaging==24.0
46
- pandas==2.2.1
47
- pillow==10.2.0
48
- pydantic==2.6.4
49
- pydantic_core==2.16.3
50
- pydub==0.25.1
51
- Pygments==2.17.2
52
- pyparsing==3.1.2
53
- PySocks==1.7.1
54
- python-dateutil==2.9.0.post0
55
- python-multipart==0.0.9
56
- pytorch-lightning==2.2.1
57
- pytz==2024.1
58
- PyYAML==6.0.1
59
- referencing==0.34.0
60
- regex==2023.12.25
61
- requests==2.31.0
62
- rich==13.7.1
63
- rpds-py==0.18.0
64
- ruff==0.3.4
65
- safetensors==0.4.2
66
- selenium==4.18.1
67
- semantic-version==2.10.0
68
- shellingham==1.5.4
69
- six==1.16.0
70
- sniffio==1.3.1
71
- sortedcontainers==2.4.0
72
- starlette==0.36.3
73
- sympy==1.12
74
- tokenizers==0.15.2
75
- tomlkit==0.12.0
76
- toolz==0.12.1
77
- torch==2.2.1
78
- torchmetrics==1.3.2
79
- tqdm==4.66.2
80
- transformers==4.39.1
81
- trio==0.25.0
82
- trio-websocket==0.11.1
83
- typer==0.10.0
84
- typing_extensions==4.10.0
85
- tzdata==2024.1
86
- urllib3==2.2.1
87
- uvicorn==0.29.0
88
- websockets==11.0.3
89
- wsproto==1.2.0
90
- yarl==1.9.4
 
1
+ gradio==4.18.0
2
+ transformers==4.37.2
3
+ torch==2.2.0
4
+ lightning==2.2.0.post0