thesven commited on
Commit
8294ed0
·
1 Parent(s): 2f9b167

Update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +112 -1
requirements.txt CHANGED
@@ -1 +1,112 @@
1
- transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ asttokens==2.4.1
8
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ Authlib==1.3.1
11
+ certifi==2024.6.2
12
+ cffi==1.16.0
13
+ charset-normalizer==3.3.2
14
+ click==8.0.4
15
+ contourpy==1.2.1
16
+ cryptography==42.0.8
17
+ cycler==0.12.1
18
+ datasets==2.19.2
19
+ decorator==5.1.1
20
+ dill==0.3.8
21
+ dnspython==2.6.1
22
+ email_validator==2.1.1
23
+ exceptiongroup==1.2.1
24
+ executing==2.0.1
25
+ fastapi==0.111.0
26
+ fastapi-cli==0.0.4
27
+ ffmpy==0.3.2
28
+ filelock==3.14.0
29
+ fonttools==4.53.0
30
+ frozenlist==1.4.1
31
+ fsspec==2024.3.1
32
+ gradio==4.36.0
33
+ gradio_client==1.0.1
34
+ h11==0.14.0
35
+ hf_transfer==0.1.6
36
+ httpcore==1.0.5
37
+ httptools==0.6.1
38
+ httpx==0.27.0
39
+ huggingface-hub==0.23.3
40
+ idna==3.7
41
+ importlib_resources==6.4.0
42
+ ipython==8.25.0
43
+ itsdangerous==2.2.0
44
+ jedi==0.19.1
45
+ Jinja2==3.1.4
46
+ jsonschema==4.22.0
47
+ jsonschema-specifications==2023.12.1
48
+ kiwisolver==1.4.5
49
+ markdown-it-py==3.0.0
50
+ MarkupSafe==2.1.5
51
+ matplotlib==3.9.0
52
+ matplotlib-inline==0.1.7
53
+ mdurl==0.1.2
54
+ multidict==6.0.5
55
+ multiprocess==0.70.16
56
+ numpy==1.26.4
57
+ orjson==3.10.3
58
+ packaging==24.0
59
+ pandas==2.2.2
60
+ parso==0.8.4
61
+ pexpect==4.9.0
62
+ pillow==10.3.0
63
+ prompt_toolkit==3.0.46
64
+ protobuf==3.20.3
65
+ psutil==5.9.8
66
+ ptyprocess==0.7.0
67
+ pure-eval==0.2.2
68
+ pyarrow==16.1.0
69
+ pyarrow-hotfix==0.6
70
+ pycparser==2.22
71
+ pydantic==2.7.3
72
+ pydantic_core==2.18.4
73
+ pydub==0.25.1
74
+ Pygments==2.18.0
75
+ pyparsing==3.1.2
76
+ python-dateutil==2.9.0.post0
77
+ python-dotenv==1.0.1
78
+ python-multipart==0.0.9
79
+ pytz==2024.1
80
+ PyYAML==6.0.1
81
+ referencing==0.35.1
82
+ regex==2024.5.15
83
+ requests==2.32.3
84
+ rich==13.7.1
85
+ rpds-py==0.18.1
86
+ ruff==0.4.8
87
+ safetensors==0.4.3
88
+ semantic-version==2.10.0
89
+ shellingham==1.5.4
90
+ six==1.16.0
91
+ sniffio==1.3.1
92
+ spaces==0.28.3
93
+ stack-data==0.6.3
94
+ starlette==0.37.2
95
+ tokenizers==0.19.1
96
+ tomlkit==0.12.0
97
+ toolz==0.12.1
98
+ tqdm==4.66.4
99
+ traitlets==5.14.3
100
+ transformers==4.41.2
101
+ typer==0.12.3
102
+ typing_extensions==4.12.1
103
+ tzdata==2024.1
104
+ ujson==5.10.0
105
+ urllib3==2.2.1
106
+ uvicorn==0.30.1
107
+ uvloop==0.19.0
108
+ watchfiles==0.22.0
109
+ wcwidth==0.2.13
110
+ websockets==11.0.3
111
+ xxhash==3.4.1
112
+ yarl==1.9.4