Upload requirements.txt
Browse files- requirements.txt +86 -0
requirements.txt
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.0.0
|
2 |
+
asttokens==2.0.5
|
3 |
+
backcall==0.2.0
|
4 |
+
black==22.1.0
|
5 |
+
cachetools==5.0.0
|
6 |
+
certifi==2021.10.8
|
7 |
+
charset-normalizer==2.0.11
|
8 |
+
click==8.0.3
|
9 |
+
cloudpickle==2.0.0
|
10 |
+
cycler==0.11.0
|
11 |
+
Cython==0.29.27
|
12 |
+
decorator==5.1.1
|
13 |
+
et-xmlfile==1.1.0
|
14 |
+
executing==0.8.2
|
15 |
+
filelock==3.4.2
|
16 |
+
flatbuffers==2.0
|
17 |
+
fonttools==4.29.1
|
18 |
+
google-auth==2.6.2
|
19 |
+
google-auth-oauthlib==0.4.6
|
20 |
+
grpcio==1.44.0
|
21 |
+
idna==3.3
|
22 |
+
importlib-metadata==4.11.3
|
23 |
+
ipython==7.6.0
|
24 |
+
jedi==0.18.1
|
25 |
+
joblib==1.1.0
|
26 |
+
kiwisolver==1.3.2
|
27 |
+
kmeans-pytorch==0.3
|
28 |
+
Markdown==3.3.6
|
29 |
+
matplotlib==3.5.1
|
30 |
+
matplotlib-inline==0.1.3
|
31 |
+
mypy-extensions==0.4.3
|
32 |
+
numpy==1.22.2
|
33 |
+
oauthlib==3.2.0
|
34 |
+
onnx==1.10.2
|
35 |
+
onnxruntime==1.10.0
|
36 |
+
opencv-python==4.5.5.62
|
37 |
+
openpyxl==3.0.10
|
38 |
+
packaging==21.3
|
39 |
+
pandas==1.4.3
|
40 |
+
parso==0.8.3
|
41 |
+
pathspec==0.9.0
|
42 |
+
pexpect==4.8.0
|
43 |
+
pickle5==0.0.11
|
44 |
+
pickleshare==0.7.5
|
45 |
+
Pillow==9.0.1
|
46 |
+
platformdirs==2.4.1
|
47 |
+
prettytable==3.0.0
|
48 |
+
prompt-toolkit==2.0.10
|
49 |
+
protobuf==3.19.4
|
50 |
+
ptyprocess==0.7.0
|
51 |
+
pure-eval==0.2.2
|
52 |
+
pyasn1==0.4.8
|
53 |
+
pyasn1-modules==0.2.8
|
54 |
+
Pygments==2.11.2
|
55 |
+
pyparsing==3.0.7
|
56 |
+
python-dateutil==2.8.2
|
57 |
+
pytz==2022.1
|
58 |
+
regex==2022.1.18
|
59 |
+
requests==2.27.1
|
60 |
+
requests-oauthlib==1.3.1
|
61 |
+
rsa==4.8
|
62 |
+
sacremoses==0.0.47
|
63 |
+
scikit-learn==1.0.2
|
64 |
+
scipy==1.7.3
|
65 |
+
six==1.16.0
|
66 |
+
sklearn==0.0
|
67 |
+
stack-data==0.1.4
|
68 |
+
submitit==1.4.1
|
69 |
+
tensorboard==2.8.0
|
70 |
+
tensorboard-data-server==0.6.1
|
71 |
+
tensorboard-plugin-wit==1.8.1
|
72 |
+
threadpoolctl==3.1.0
|
73 |
+
timm==0.5.4
|
74 |
+
tokenizers==0.10.3
|
75 |
+
tomli==2.0.0
|
76 |
+
tqdm==4.62.3
|
77 |
+
traitlets==5.1.1
|
78 |
+
transformers==4.5.1
|
79 |
+
typing_extensions==4.0.1
|
80 |
+
urllib3==1.26.8
|
81 |
+
wcwidth==0.2.5
|
82 |
+
Werkzeug==2.0.3
|
83 |
+
xmltodict==0.12.0
|
84 |
+
zipp==3.7.0
|
85 |
+
torchkeras
|
86 |
+
opencv-python
|