Jerome Blin commited on
Commit
9889760
1 Parent(s): 7cba0a2

fix requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +79 -0
requirements.txt CHANGED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.2.0
3
+ anyio==3.6.1
4
+ async-timeout==4.0.2
5
+ asynctest==0.13.0
6
+ attrs==22.1.0
7
+ bcrypt==4.0.1
8
+ boto3==1.24.90
9
+ botocore==1.27.90
10
+ certifi==2022.9.24
11
+ cffi==1.15.1
12
+ charset-normalizer==2.1.1
13
+ click==8.1.3
14
+ cryptography==38.0.1
15
+ cycler==0.11.0
16
+ datasets==2.6.0
17
+ dill==0.3.5.1
18
+ faiss-cpu==1.7.2
19
+ fastapi==0.85.0
20
+ ffmpy==0.3.0
21
+ filelock==3.8.0
22
+ fonttools==4.37.4
23
+ frozenlist==1.3.1
24
+ fsspec==2022.8.2
25
+ gradio==3.4.1
26
+ h11==0.12.0
27
+ httpcore==0.15.0
28
+ httpx==0.23.0
29
+ huggingface-hub==0.10.1
30
+ idna==3.4
31
+ importlib-metadata==5.0.0
32
+ Jinja2==3.1.2
33
+ jmespath==1.0.1
34
+ kiwisolver==1.4.4
35
+ linkify-it-py==1.0.3
36
+ markdown-it-py==2.1.0
37
+ MarkupSafe==2.1.1
38
+ matplotlib==3.5.3
39
+ mdit-py-plugins==0.3.1
40
+ mdurl==0.1.2
41
+ multidict==6.0.2
42
+ multiprocess==0.70.13
43
+ numpy==1.21.6
44
+ orjson==3.8.0
45
+ packaging==21.3
46
+ pandas==1.3.5
47
+ paramiko==2.11.0
48
+ Pillow==9.2.0
49
+ pyarrow==9.0.0
50
+ pycparser==2.21
51
+ pycryptodome==3.15.0
52
+ pydantic==1.10.2
53
+ pydub==0.25.1
54
+ PyNaCl==1.5.0
55
+ pyparsing==3.0.9
56
+ python-dateutil==2.8.2
57
+ python-dotenv==0.21.0
58
+ python-multipart==0.0.5
59
+ pytz==2022.4
60
+ PyYAML==6.0
61
+ requests==2.28.1
62
+ responses==0.18.0
63
+ rfc3986==1.5.0
64
+ s3transfer==0.6.0
65
+ six==1.16.0
66
+ sniffio==1.3.0
67
+ starlette==0.20.4
68
+ timm==0.6.11
69
+ torch==1.12.1
70
+ torchvision==0.13.1
71
+ tqdm==4.64.1
72
+ typing_extensions==4.4.0
73
+ uc-micro-py==1.0.1
74
+ urllib3==1.26.12
75
+ uvicorn==0.18.3
76
+ websockets==10.3
77
+ xxhash==3.0.0
78
+ yarl==1.8.1
79
+ zipp==3.9.0