Spaces:
Sleeping
Sleeping
Create pre-requirements.txt
Browse files- pre-requirements.txt +91 -0
pre-requirements.txt
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.0
|
2 |
+
absl-py==0.9.0
|
3 |
+
alembic==1.4.2
|
4 |
+
attrs==19.3.0
|
5 |
+
cachetools==4.1.0
|
6 |
+
certifi==2020.4.5.2
|
7 |
+
chardet==3.0.4
|
8 |
+
click==7.1.2
|
9 |
+
cliff==3.3.0
|
10 |
+
cloudpickle==1.4.1
|
11 |
+
cmaes==0.5.1
|
12 |
+
cmd2==1.1.0
|
13 |
+
colorama==0.4.3
|
14 |
+
colorlog==4.1.0
|
15 |
+
configparser==5.0.0
|
16 |
+
cycler==0.10.0
|
17 |
+
Cython==0.29.20
|
18 |
+
docker-pycreds==0.4.0
|
19 |
+
future==0.18.2
|
20 |
+
fvcore==0.1.1.post20200612
|
21 |
+
gitdb==4.0.5
|
22 |
+
GitPython==3.1.3
|
23 |
+
google-auth==1.17.1
|
24 |
+
google-auth-oauthlib==0.4.1
|
25 |
+
gql==0.2.0
|
26 |
+
graphql-core==1.1
|
27 |
+
grpcio==1.29.0
|
28 |
+
idna==2.9
|
29 |
+
importlib-metadata==1.6.1
|
30 |
+
joblib==0.15.1
|
31 |
+
kiwisolver==1.2.0
|
32 |
+
Mako==1.1.3
|
33 |
+
Markdown==3.2.2
|
34 |
+
MarkupSafe==1.1.1
|
35 |
+
matplotlib==3.2.1
|
36 |
+
mock==4.0.2
|
37 |
+
mysql==0.0.2
|
38 |
+
mysqlclient==1.4.6
|
39 |
+
numpy==1.18.5
|
40 |
+
nvidia-ml-py3==7.352.0
|
41 |
+
oauthlib==3.1.0
|
42 |
+
opencv-python==4.2.0.34
|
43 |
+
optuna==1.5.0
|
44 |
+
pandas==1.0.5
|
45 |
+
pathtools==0.1.2
|
46 |
+
pbr==5.4.5
|
47 |
+
Pillow==7.1.2
|
48 |
+
portalocker==1.7.0
|
49 |
+
prettytable==0.7.2
|
50 |
+
promise==2.3
|
51 |
+
protobuf==3.12.2
|
52 |
+
psutil==5.7.0
|
53 |
+
pyasn1==0.4.8
|
54 |
+
pyasn1-modules==0.2.8
|
55 |
+
pycocotools @ git+https://github.com/cocodataset/cocoapi.git@8c9bcc3cf640524c4c20a9c40e89cb6a2f2fa0e9#subdirectory=PythonAPI
|
56 |
+
pydot==1.4.1
|
57 |
+
pyparsing==2.4.7
|
58 |
+
pyperclip==1.8.0
|
59 |
+
python-dateutil==2.8.1
|
60 |
+
python-editor==1.0.4
|
61 |
+
pytz==2020.1
|
62 |
+
PyYAML==5.3.1
|
63 |
+
requests==2.23.0
|
64 |
+
requests-oauthlib==1.3.0
|
65 |
+
rsa==4.2
|
66 |
+
scikit-learn==0.23.1
|
67 |
+
scipy==1.4.1
|
68 |
+
sentry-sdk==0.15.1
|
69 |
+
Shapely==1.7.0
|
70 |
+
shortuuid==1.0.1
|
71 |
+
six==1.15.0
|
72 |
+
sklearn==0.0
|
73 |
+
smmap==3.0.4
|
74 |
+
SQLAlchemy==1.3.17
|
75 |
+
stevedore==2.0.1
|
76 |
+
subprocess32==3.5.4
|
77 |
+
tabulate==0.8.7
|
78 |
+
tensorboard==2.2.2
|
79 |
+
tensorboard-plugin-wit==1.6.0.post3
|
80 |
+
termcolor==1.1.0
|
81 |
+
threadpoolctl==2.1.0
|
82 |
+
torch==1.5.0
|
83 |
+
torchvision==0.6.0
|
84 |
+
tqdm==4.46.1
|
85 |
+
urllib3==1.25.9
|
86 |
+
wandb==0.9.1
|
87 |
+
watchdog==0.10.2
|
88 |
+
wcwidth==0.2.4
|
89 |
+
Werkzeug==1.0.1
|
90 |
+
yacs==0.1.7
|
91 |
+
zipp==3.1.0
|