Matteo Sirri commited on
Commit
02586d6
·
1 Parent(s): dbe481d

feat: add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +100 -0
requirements.txt ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.2.0
3
+ anyio==3.6.2
4
+ async-timeout==4.0.2
5
+ attrs==22.1.0
6
+ autopep8==1.7.0
7
+ bcrypt==4.0.1
8
+ blis==0.7.9
9
+ catalogue==2.0.8
10
+ certifi==2022.9.24
11
+ cffi==1.15.1
12
+ charset-normalizer==2.1.1
13
+ click==8.1.3
14
+ colorama==0.4.5
15
+ coloredlogs==15.0.1
16
+ confection==0.0.3
17
+ cryptography==38.0.1
18
+ cycler==0.11.0
19
+ cymem==2.0.7
20
+ fastapi==0.85.1
21
+ fastcore==1.5.27
22
+ fastdownload==0.0.7
23
+ fastprogress==1.0.3
24
+ ffmpy==0.3.0
25
+ fonttools==4.37.1
26
+ frozenlist==1.3.1
27
+ fsspec==2022.10.0
28
+ gradio==3.6
29
+ h11==0.12.0
30
+ httpcore==0.15.0
31
+ httpx==0.23.0
32
+ humanfriendly==10.0
33
+ idna==3.3
34
+ Jinja2==3.1.2
35
+ joblib==1.2.0
36
+ kiwisolver==1.4.4
37
+ langcodes==3.3.0
38
+ linkify-it-py==1.0.3
39
+ markdown-it-py==2.1.0
40
+ MarkupSafe==2.1.1
41
+ matplotlib==3.5.3
42
+ mdit-py-plugins==0.3.1
43
+ mdurl==0.1.2
44
+ multidict==6.0.2
45
+ murmurhash==1.0.9
46
+ numpy==1.23.2
47
+ orjson==3.8.0
48
+ packaging==21.3
49
+ pandas==1.4.4
50
+ paramiko==2.11.0
51
+ pathy==0.6.2
52
+ Pillow==9.2.0
53
+ pip==22.1.2
54
+ preshed==3.0.8
55
+ pycocotools==2.0.4
56
+ pycodestyle==2.9.1
57
+ pycparser==2.21
58
+ pycryptodome==3.15.0
59
+ pydantic==1.10.2
60
+ pydub==0.25.1
61
+ PyNaCl==1.5.0
62
+ pyparsing==3.0.9
63
+ pyreadline3==3.4.1
64
+ python-dateutil==2.8.2
65
+ python-multipart==0.0.5
66
+ pytz==2022.2.1
67
+ PyYAML==6.0
68
+ requests==2.28.1
69
+ rfc3986==1.5.0
70
+ scikit-learn==1.1.3
71
+ scipy==1.9.3
72
+ seaborn==0.12.0
73
+ setuptools==63.4.1
74
+ six==1.16.0
75
+ smart-open==5.2.1
76
+ sniffio==1.3.0
77
+ spacy==3.4.2
78
+ spacy-legacy==3.0.10
79
+ spacy-loggers==1.0.3
80
+ srsly==2.4.5
81
+ starlette==0.20.4
82
+ thinc==8.1.5
83
+ threadpoolctl==3.1.0
84
+ toml==0.10.2
85
+ torch==1.12.1+cu116
86
+ torchaudio==0.12.1+cu116
87
+ torchinfo==1.7.1
88
+ torchvision==0.13.1+cu116
89
+ tqdm==4.64.1
90
+ tracktor==0.0.1
91
+ typer==0.4.2
92
+ typing_extensions==4.3.0
93
+ uc-micro-py==1.0.1
94
+ urllib3==1.26.12
95
+ uvicorn==0.19.0
96
+ wasabi==0.10.1
97
+ websockets==10.3
98
+ wheel==0.37.1
99
+ wincertstore==0.2
100
+ yarl==1.8.1