kevin510 commited on
Commit
4b30ca9
1 Parent(s): 32f1e6c

include requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +68 -0
requirements.txt ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.0
5
+ anyio==3.6.2
6
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ certifi==2023.5.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ contourpy==1.0.7
12
+ cycler==0.11.0
13
+ fastapi==0.95.2
14
+ ffmpy==0.3.0
15
+ filelock==3.12.0
16
+ fonttools==4.39.4
17
+ frozenlist==1.3.3
18
+ fsspec==2023.5.0
19
+ gradio==3.32.0
20
+ gradio_client==0.2.5
21
+ h11==0.14.0
22
+ httpcore==0.17.2
23
+ httpx==0.24.1
24
+ huggingface-hub==0.14.1
25
+ idna==3.4
26
+ Jinja2==3.1.2
27
+ jsonschema==4.17.3
28
+ kiwisolver==1.4.4
29
+ linkify-it-py==2.0.2
30
+ markdown-it-py==2.2.0
31
+ MarkupSafe==2.1.2
32
+ matplotlib==3.7.1
33
+ mdit-py-plugins==0.3.3
34
+ mdurl==0.1.2
35
+ mpmath==1.3.0
36
+ multidict==6.0.4
37
+ networkx==3.1
38
+ numpy==1.24.3
39
+ orjson==3.8.13
40
+ packaging==23.1
41
+ pandas==2.0.1
42
+ Pillow==9.5.0
43
+ pydantic==1.10.8
44
+ pydub==0.25.1
45
+ Pygments==2.15.1
46
+ pyparsing==3.0.9
47
+ pyrsistent==0.19.3
48
+ python-dateutil==2.8.2
49
+ python-multipart==0.0.6
50
+ pytz==2023.3
51
+ PyYAML==6.0
52
+ requests==2.31.0
53
+ semantic-version==2.10.0
54
+ six==1.16.0
55
+ sniffio==1.3.0
56
+ starlette==0.27.0
57
+ sympy==1.12
58
+ toolz==0.12.0
59
+ torch==2.0.1
60
+ torchvision==0.15.2
61
+ tqdm==4.65.0
62
+ typing_extensions==4.6.2
63
+ tzdata==2023.3
64
+ uc-micro-py==1.0.2
65
+ urllib3==2.0.2
66
+ uvicorn==0.22.0
67
+ websockets==11.0.3
68
+ yarl==1.9.2