Skip to content

Commit 4a396fd

Browse files
committed
update README.md
1 parent 80299a5 commit 4a396fd

1 file changed

Lines changed: 130 additions & 31 deletions

File tree

requirements.txt

100755100644
Lines changed: 130 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,130 @@
1-
# pip install -r requirements.txt
2-
3-
# base ----------------------------------------
4-
matplotlib>=3.2.2
5-
numpy>=1.18.5
6-
opencv-python>=4.1.2
7-
Pillow
8-
PyYAML>=5.3.1
9-
scipy>=1.4.1
10-
torch>=1.7.0
11-
torchvision>=0.8.1
12-
tqdm>=4.41.0
13-
14-
# logging -------------------------------------
15-
tensorboard>=2.4.1
16-
# wandb
17-
18-
# plotting ------------------------------------
19-
seaborn>=0.11.0
20-
pandas
21-
22-
# export --------------------------------------
23-
# coremltools>=4.1
24-
# onnx>=1.9.0
25-
# scikit-learn==0.19.2 # for coreml quantization
26-
27-
# extras --------------------------------------
28-
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
29-
# pycocotools>=2.0 # COCO mAP
30-
# albumentations>=1.0.0
31-
thop # FLOPs computation
1+
absl-py==0.13.0
2+
argon2-cffi @ file:///C:/ci/argon2-cffi_1613038019788/work
3+
astunparse==1.6.3
4+
async-generator==1.10
5+
attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work
6+
backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work
7+
bleach @ file:///tmp/build/80754af9/bleach_1612211392645/work
8+
cached-property==1.5.2
9+
cachetools==4.2.2
10+
certifi==2021.5.30
11+
cffi @ file:///C:/ci/cffi_1613247308275/work
12+
chardet==4.0.0
13+
colorama @ file:///tmp/build/80754af9/colorama_1607707115595/work
14+
cycler==0.10.0
15+
decorator==4.4.2
16+
defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work
17+
easygui==0.98.2
18+
entrypoints==0.3
19+
flatbuffers==1.12
20+
gast==0.4.0
21+
google-auth==1.32.1
22+
google-auth-oauthlib==0.4.4
23+
google-pasta==0.2.0
24+
googledrivedownloader==0.4
25+
grpcio==1.34.1
26+
h5py==3.1.0
27+
idna==2.10
28+
imageio==2.9.0
29+
importlib-metadata @ file:///C:/ci/importlib-metadata_1617877486026/work
30+
ipykernel @ file:///C:/ci/ipykernel_1596208728219/work/dist/ipykernel-5.3.4-py3-none-any.whl
31+
ipython @ file:///C:/ci/ipython_1617121109687/work
32+
ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work
33+
ipywidgets @ file:///tmp/build/80754af9/ipywidgets_1610481889018/work
34+
isodate==0.6.0
35+
jedi==0.17.0
36+
Jinja2 @ file:///tmp/build/80754af9/jinja2_1624781299557/work
37+
joblib==1.0.1
38+
jsonschema @ file:///tmp/build/80754af9/jsonschema_1602607155483/work
39+
jupyter==1.0.0
40+
jupyter-client @ file:///tmp/build/80754af9/jupyter_client_1616770841739/work
41+
jupyter-console @ file:///tmp/build/80754af9/jupyter_console_1616615302928/work
42+
jupyter-core @ file:///C:/ci/jupyter_core_1612213516947/work
43+
jupyterlab-pygments @ file:///tmp/build/80754af9/jupyterlab_pygments_1601490720602/work
44+
jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work
45+
keras-nightly==2.5.0.dev2021032900
46+
Keras-Preprocessing==1.1.2
47+
kiwisolver==1.3.1
48+
Markdown==3.3.4
49+
MarkupSafe @ file:///C:/ci/markupsafe_1621528383308/work
50+
matplotlib==3.4.2
51+
mistune @ file:///C:/ci/mistune_1594373272338/work
52+
nbclient @ file:///tmp/build/80754af9/nbclient_1614364831625/work
53+
nbconvert @ file:///C:/ci/nbconvert_1624479160228/work
54+
nbformat @ file:///tmp/build/80754af9/nbformat_1617383369282/work
55+
nest-asyncio @ file:///tmp/build/80754af9/nest-asyncio_1613680548246/work
56+
networkx==2.5.1
57+
notebook @ file:///C:/ci/notebook_1621528807363/work
58+
numpy==1.19.5
59+
oauthlib==3.1.1
60+
opencv-python==4.5.2.54
61+
opt-einsum==3.3.0
62+
packaging @ file:///tmp/build/80754af9/packaging_1625611678980/work
63+
pafy==0.5.5
64+
pandas==1.3.0
65+
pandocfilters @ file:///C:/ci/pandocfilters_1605102427207/work
66+
parso @ file:///tmp/build/80754af9/parso_1617223946239/work
67+
pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work
68+
Pillow==8.3.1
69+
prometheus-client @ file:///tmp/build/80754af9/prometheus_client_1623189609245/work
70+
prompt-toolkit @ file:///tmp/build/80754af9/prompt-toolkit_1616415428029/work
71+
protobuf==3.17.3
72+
pyasn1==0.4.8
73+
pyasn1-modules==0.2.8
74+
pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
75+
Pygments @ file:///tmp/build/80754af9/pygments_1621606182707/work
76+
pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work
77+
pyrsistent @ file:///C:/ci/pyrsistent_1600123688363/work
78+
python-dateutil @ file:///home/ktietz/src/ci/python-dateutil_1611928101742/work
79+
python-louvain==0.15
80+
pytz==2021.1
81+
PyWavelets==1.1.1
82+
pywin32==227
83+
pywinpty==0.5.7
84+
PyYAML==5.4.1
85+
pyzmq==20.0.0
86+
qtconsole @ file:///tmp/build/80754af9/qtconsole_1623278325812/work
87+
QtPy==1.9.0
88+
rdflib==5.0.0
89+
requests==2.25.1
90+
requests-oauthlib==1.3.0
91+
rsa==4.7.2
92+
scikit-image==0.16.2
93+
scikit-learn==0.22.2.post1
94+
scipy==1.7.0
95+
seaborn==0.11.1
96+
Send2Trash @ file:///tmp/build/80754af9/send2trash_1607525499227/work
97+
six==1.15.0
98+
sklearn==0.0
99+
tensorboard==2.5.0
100+
tensorboard-data-server==0.6.1
101+
tensorboard-plugin-wit==1.8.0
102+
tensorflow==2.5.0
103+
tensorflow-estimator==2.5.0
104+
tensorflow-gpu==2.5.0
105+
termcolor==1.1.0
106+
terminado==0.9.4
107+
testpath @ file:///tmp/build/80754af9/testpath_1624638946665/work
108+
threadpoolctl==2.1.0
109+
tifffile==2021.7.2
110+
torch==1.9.0+cu102
111+
torch-cluster==1.5.9
112+
torch-geometric==1.7.2
113+
torch-scatter==2.0.7
114+
torch-sparse==0.6.10
115+
torch-spline-conv==1.2.1
116+
torchaudio==0.9.0
117+
torchvision==0.10.0+cu102
118+
tornado @ file:///C:/ci/tornado_1606935947090/work
119+
tqdm==4.61.2
120+
traitlets @ file:///home/ktietz/src/ci/traitlets_1611929699868/work
121+
typing-extensions==3.7.4.3
122+
urllib3==1.26.6
123+
wcwidth @ file:///tmp/build/80754af9/wcwidth_1593447189090/work
124+
webencodings==0.5.1
125+
Werkzeug==2.0.1
126+
widgetsnbextension==3.5.1
127+
wincertstore==0.2
128+
wrapt==1.12.1
129+
youtube-dl==2021.6.6
130+
zipp @ file:///tmp/build/80754af9/zipp_1625570634446/work

0 commit comments

Comments
 (0)