Thibaud Cheruy commited on
Commit
1654030
·
1 Parent(s): 92d45d2

New: requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +66 -0
requirements.txt ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.89.0
14
+ ffmpy==0.3.0
15
+ fonttools==4.38.0
16
+ frozenlist==1.3.3
17
+ fsspec==2022.11.0
18
+ gradio==3.16.1
19
+ h11==0.14.0
20
+ httpcore==0.16.3
21
+ httpx==0.23.3
22
+ idna==3.4
23
+ imageio==2.24.0
24
+ Jinja2==3.1.2
25
+ jsonschema==4.17.3
26
+ kiwisolver==1.4.4
27
+ linkify-it-py==1.0.3
28
+ markdown-it-py==2.1.0
29
+ MarkupSafe==2.1.1
30
+ matplotlib==3.6.2
31
+ mdit-py-plugins==0.3.3
32
+ mdurl==0.1.2
33
+ multidict==6.0.4
34
+ networkx==3.0
35
+ numpy==1.24.1
36
+ opencv-python==4.7.0.68
37
+ orjson==3.8.4
38
+ packaging==23.0
39
+ pandas==1.5.2
40
+ Pillow==9.4.0
41
+ pycryptodome==3.16.0
42
+ pydantic==1.10.4
43
+ pydub==0.25.1
44
+ pyparsing==3.0.9
45
+ pyrsistent==0.19.3
46
+ python-dateutil==2.8.2
47
+ python-multipart==0.0.5
48
+ pytz==2022.7
49
+ PyWavelets==1.4.1
50
+ PyYAML==6.0
51
+ requests==2.28.1
52
+ rfc3986==1.5.0
53
+ scipy==1.10.0
54
+ six==1.16.0
55
+ sniffio==1.3.0
56
+ starlette==0.22.0
57
+ tifffile==2022.10.10
58
+ toolz==0.12.0
59
+ torch==1.13.1
60
+ torchvision==0.14.1
61
+ typing_extensions==4.4.0
62
+ uc-micro-py==1.0.1
63
+ urllib3==1.26.13
64
+ uvicorn==0.20.0
65
+ websockets==10.4
66
+ yarl==1.8.2