forked from label-sleuth/label-sleuth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
76 lines (73 loc) · 1.35 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# direct dependencies
pandas==1.2.4
numpy==1.23.3
scikit-learn==1.1.2
jsonpickle==1.4.1
filelock==3.0.12
ujson==5.4.0
requests==2.26.0
Flask==2.1.1
Flask-Cors==3.0.9
Flask-HTTPAuth==4.1.0
dacite==1.6.0
waitress==2.1.1
datasets==2.3.2
spacy==3.2.4
torch==1.10.2
tqdm==4.62.3
transformers==4.16.2
GitPython==3.1.29
# secondary dependencies
# to avoid incompatibility between flask and werkzeug (see https://stackoverflow.com/questions/71652965/importerror-cannot-import-name-safe-str-cmp-from-werkzeug-security)
werkzeug==2.0.2
aiohttp==3.8.3
aiosignal==1.2.0
async-timeout==4.0.2
attrs==22.1.0
blis==0.7.9
catalogue==2.0.8
charset-normalizer==2.0.12
click==8.0.4
cymem==2.0.7
dill==0.3.5.1
frozenlist==1.3.1
fsspec==2022.10.0
huggingface-hub==0.10.1
idna==3.4
importlib-metadata==5.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
joblib==1.2.0
langcodes==3.3.0
MarkupSafe==2.1.1
multidict==6.0.2
multiprocess==0.70.13
murmurhash==1.0.9
packaging==21.3
pathy==0.6.2
preshed==3.0.8
pyarrow==9.0.0
pydantic==1.8.2
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.5
PyYAML==6.0
regex==2022.9.13
responses==0.18.0
sacremoses==0.0.53
scipy==1.9.3
six==1.16.0
smart-open==5.2.1
spacy-legacy==3.0.10
spacy-loggers==1.0.3
srsly==2.4.5
thinc==8.0.17
threadpoolctl==3.1.0
tokenizers==0.13.1
typer==0.4.2
typing_extensions==4.4.0
urllib3==1.26.12
wasabi==0.10.1
xxhash==3.1.0
yarl==1.8.1
zipp==3.10.0