MatthewBurke1995 commited on
Commit
75ce462
·
1 Parent(s): 70aeee5

finalize requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +64 -1
requirements.txt CHANGED
@@ -1,2 +1,65 @@
1
- transformers==4.25.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  gradio==3.15.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.3.1
3
+ altair==4.2.0
4
+ anyio==3.6.2
5
+ async-timeout==4.0.2
6
+ attrs==22.2.0
7
+ certifi==2022.12.7
8
+ charset-normalizer==2.1.1
9
+ click==8.1.3
10
+ contourpy==1.0.6
11
+ cycler==0.11.0
12
+ entrypoints==0.4
13
+ fastapi==0.88.0
14
+ ffmpy==0.3.0
15
+ filelock==3.8.2
16
+ fonttools==4.38.0
17
+ frozenlist==1.3.3
18
+ fsspec==2022.11.0
19
  gradio==3.15.0
20
+ h11==0.14.0
21
+ httpcore==0.16.3
22
+ httpx==0.23.1
23
+ huggingface-hub==0.11.1
24
+ idna==3.4
25
+ Jinja2==3.1.2
26
+ jsonschema==4.17.3
27
+ kiwisolver==1.4.4
28
+ linkify-it-py==1.0.3
29
+ markdown-it-py==2.1.0
30
+ MarkupSafe==2.1.1
31
+ matplotlib==3.6.2
32
+ mdit-py-plugins==0.3.3
33
+ mdurl==0.1.2
34
+ multidict==6.0.4
35
+ numpy==1.24.1
36
+ orjson==3.8.3
37
+ packaging==22.0
38
+ pandas==1.5.2
39
+ Pillow==9.3.0
40
+ pycryptodome==3.16.0
41
+ pydantic==1.10.2
42
+ pydub==0.25.1
43
+ pyparsing==3.0.9
44
+ pyrsistent==0.19.2
45
+ python-dateutil==2.8.2
46
+ python-multipart==0.0.5
47
+ pytz==2022.7
48
+ PyYAML==6.0
49
+ regex==2022.10.31
50
+ requests==2.28.1
51
+ rfc3986==1.5.0
52
+ six==1.16.0
53
+ sniffio==1.3.0
54
+ starlette==0.22.0
55
+ tokenizers==0.13.2
56
+ toolz==0.12.0
57
+ torch==1.13.1
58
+ tqdm==4.64.1
59
+ transformers==4.25.1
60
+ typing_extensions==4.4.0
61
+ uc-micro-py==1.0.1
62
+ urllib3==1.26.13
63
+ uvicorn==0.20.0
64
+ websockets==10.4
65
+ yarl==1.8.2