dai commited on
Commit
f9b71dc
β€’
1 Parent(s): 178b66b

add py deps

Browse files
Files changed (1) hide show
  1. requirements.txt +105 -0
requirements.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ appnope==0.1.3
7
+ asttokens==2.2.1
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ backcall==0.2.0
11
+ bitstring==4.0.2
12
+ certifi==2022.12.7
13
+ cffi==1.15.1
14
+ charset-normalizer==3.1.0
15
+ click==8.1.3
16
+ comm==0.1.3
17
+ contourpy==1.0.7
18
+ cycler==0.11.0
19
+ debugpy==1.6.7
20
+ decorator==5.1.1
21
+ entrypoints==0.4
22
+ executing==1.2.0
23
+ fastapi==0.95.1
24
+ ffmpy==0.3.0
25
+ filelock==3.12.0
26
+ fonttools==4.39.3
27
+ frozenlist==1.3.3
28
+ fsspec==2023.4.0
29
+ gradio==3.47.1
30
+ gradio_client==0.6.0
31
+ h11==0.14.0
32
+ httpcore==0.17.0
33
+ httpx==0.24.0
34
+ huggingface==0.0.1
35
+ huggingface-hub==0.14.1
36
+ idna==3.4
37
+ importlib-resources==6.1.0
38
+ ipykernel==6.22.0
39
+ ipython==8.13.1
40
+ jedi==0.18.2
41
+ Jinja2==3.1.2
42
+ jsonschema==4.17.3
43
+ jupyter_client==8.2.0
44
+ jupyter_core==5.3.0
45
+ kiwisolver==1.4.4
46
+ linkify-it-py==2.0.0
47
+ markdown-it-py==2.2.0
48
+ MarkupSafe==2.1.2
49
+ matplotlib==3.7.1
50
+ matplotlib-inline==0.1.6
51
+ mdit-py-plugins==0.3.3
52
+ mdurl==0.1.2
53
+ mpmath==1.3.0
54
+ multidict==6.0.4
55
+ nest-asyncio==1.5.6
56
+ networkx==3.1
57
+ numpy==1.24.3
58
+ orjson==3.8.11
59
+ packaging==23.1
60
+ pandas==2.0.1
61
+ parso==0.8.3
62
+ pexpect==4.8.0
63
+ pickleshare==0.7.5
64
+ Pillow==9.5.0
65
+ platformdirs==3.5.0
66
+ prompt-toolkit==3.0.38
67
+ psutil==5.9.5
68
+ ptyprocess==0.7.0
69
+ pure-eval==0.2.2
70
+ pycparser==2.21
71
+ pydantic==1.10.7
72
+ pydub==0.25.1
73
+ Pygments==2.15.1
74
+ PyNaCl==1.5.0
75
+ pyparsing==3.0.9
76
+ pyrsistent==0.19.3
77
+ python-dateutil==2.8.2
78
+ python-multipart==0.0.6
79
+ pytz==2023.3
80
+ PyYAML==6.0
81
+ pyzmq==25.0.2
82
+ regex==2023.3.23
83
+ requests==2.29.0
84
+ scipy==1.10.1
85
+ semantic-version==2.10.0
86
+ six==1.16.0
87
+ sniffio==1.3.0
88
+ stack-data==0.6.2
89
+ starlette==0.26.1
90
+ sympy==1.11.1
91
+ tokenizers==0.13.3
92
+ toolz==0.12.0
93
+ torch==2.0.0
94
+ tornado==6.3.1
95
+ tqdm==4.65.0
96
+ traitlets==5.9.0
97
+ transformers==4.28.1
98
+ typing_extensions==4.5.0
99
+ tzdata==2023.3
100
+ uc-micro-py==1.0.1
101
+ urllib3==1.26.15
102
+ uvicorn==0.22.0
103
+ wcwidth==0.2.6
104
+ websockets==11.0.2
105
+ yarl==1.9.2