tomrb commited on
Commit
0dee9e4
1 Parent(s): 9d992b1

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -0
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.2.0
3
+ anyio==3.6.2
4
+ appnope==0.1.2
5
+ asttokens==2.0.5
6
+ async-timeout==4.0.2
7
+ attrs==22.1.0
8
+ backcall==0.2.0
9
+ bcrypt==4.0.1
10
+ certifi==2022.9.24
11
+ cffi==1.15.1
12
+ charset-normalizer==2.1.1
13
+ click==8.1.3
14
+ contourpy==1.0.6
15
+ cryptography==38.0.3
16
+ cycler==0.11.0
17
+ debugpy==1.5.1
18
+ decorator==5.1.1
19
+ entrypoints==0.4
20
+ executing==0.8.3
21
+ fastapi==0.86.0
22
+ ffmpy==0.3.0
23
+ filelock==3.8.0
24
+ fonttools==4.38.0
25
+ frozenlist==1.3.1
26
+ fsspec==2022.10.0
27
+ gradio==3.9
28
+ h11==0.12.0
29
+ httpcore==0.15.0
30
+ httpx==0.23.0
31
+ huggingface-hub==0.10.1
32
+ idna==3.4
33
+ ipykernel==6.15.2
34
+ ipython==8.4.0
35
+ jedi==0.18.1
36
+ Jinja2==3.1.2
37
+ jupyter_client==7.3.5
38
+ jupyter_core==4.11.1
39
+ kiwisolver==1.4.4
40
+ linkify-it-py==1.0.3
41
+ markdown-it-py==2.1.0
42
+ MarkupSafe==2.1.1
43
+ matplotlib==3.6.2
44
+ matplotlib-inline==0.1.6
45
+ mdit-py-plugins==0.3.1
46
+ mdurl==0.1.2
47
+ multidict==6.0.2
48
+ nest-asyncio==1.5.5
49
+ numpy==1.23.4
50
+ orjson==3.8.1
51
+ packaging==21.3
52
+ pandas==1.5.1
53
+ paramiko==2.12.0
54
+ parso==0.8.3
55
+ pexpect==4.8.0
56
+ pickleshare==0.7.5
57
+ Pillow==9.3.0
58
+ pip==22.3.1
59
+ prompt-toolkit==3.0.20
60
+ psutil==5.9.0
61
+ ptyprocess==0.7.0
62
+ pure-eval==0.2.2
63
+ pycparser==2.21
64
+ pycryptodome==3.15.0
65
+ pydantic==1.10.2
66
+ pydub==0.25.1
67
+ Pygments==2.11.2
68
+ PyNaCl==1.5.0
69
+ pyparsing==3.0.9
70
+ python-dateutil==2.8.2
71
+ python-multipart==0.0.5
72
+ pytz==2022.6
73
+ PyYAML==6.0
74
+ pyzmq==23.2.0
75
+ regex==2022.10.31
76
+ requests==2.28.1
77
+ rfc3986==1.5.0
78
+ setuptools==65.5.0
79
+ six==1.16.0
80
+ sniffio==1.3.0
81
+ stack-data==0.2.0
82
+ starlette==0.20.4
83
+ tokenizers==0.13.2
84
+ torch==1.13.0
85
+ tornado==6.2
86
+ tqdm==4.64.1
87
+ traitlets==5.1.1
88
+ transformers==4.24.0
89
+ typing_extensions==4.4.0
90
+ uc-micro-py==1.0.1
91
+ urllib3==1.26.12
92
+ uvicorn==0.19.0
93
+ wcwidth==0.2.5
94
+ websockets==10.4
95
+ wheel==0.37.1
96
+ yarl==1.8.1