From 7b8777b4d954f60eb62c7c62a669d455b9e1ea87 Mon Sep 17 00:00:00 2001 From: xmuyzz Date: Sun, 6 Feb 2022 00:06:25 -0500 Subject: [PATCH] first commit --- requirements.txt | 91 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 79 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index e02fbc2..b879eb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,79 @@ -glob2==0.7 -h5py==3.1.0 -matplotlib==3.4.3 -numpy=1.19.5 -pandas==1.3.4 -scipy==1.2.3 -SimpleITK==1.2.4 -tables==3.5.2 -tensorflow==2.6.0 -PyYAML==5.3.1 -scikit-learn==1.0.1 -seaborn==0.11.2 +absl-py==0.12.0 +apipkg==1.5 +astunparse==1.6.3 +attrs==20.3.0 +cachetools==4.2.2 +certifi==2020.12.5 +chardet==4.0.0 +contextlib2==0.6.0.post1 +cycler==0.10.0 +decorator==4.4.2 +execnet==1.8.0 +flatbuffers==1.12 +gast==0.3.3 +google-auth==1.30.0 +google-auth-oauthlib==0.4.4 +google-pasta==0.2.0 +graphviz==0.19.1 +grpcio==1.32.0 +h5py==2.10.0 +idna==2.10 +imageio==2.9.0 +imgcat==0.5.0 +iniconfig==1.1.1 +joblib==1.0.1 +Keras-Preprocessing==1.1.2 +kiwisolver==1.3.1 +Markdown==3.3.4 +matplotlib==3.4.1 +mock==4.0.3 +networkx==2.5.1 +numpy==1.19.5 +oauthlib==3.1.0 +opencv-python==4.5.2.54 +opt-einsum==3.3.0 +packaging==20.9 +pandas==1.2.4 +path==15.1.2 +path.py==12.5.0 +Pillow==8.2.0 +pluggy==0.13.1 +protobuf==3.15.8 +py==1.10.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pydot==1.4.2 +pydot-ng==2.0.0 +pydotplus==2.0.2 +pynrrd==0.4.2 +pyparsing==2.4.7 +pytest==6.2.3 +pytest-shutil==1.7.0 +python-dateutil==2.8.1 +pytz==2021.1 +PyWavelets==1.1.1 +PyYAML==5.4.1 +requests==2.25.1 +requests-oauthlib==1.3.0 +rsa==4.7.2 +scikit-image==0.18.1 +scikit-learn==0.24.2 +scipy==1.6.3 +seaborn==0.11.1 +SimpleITK==2.0.2 +six==1.15.0 +tensorboard==2.5.0 +tensorboard-data-server==0.6.0 +tensorboard-plugin-wit==1.8.0 +tensorflow==2.4.1 +tensorflow-addons==0.14.0 +tensorflow-estimator==2.4.0 +termcolor==1.1.0 +threadpoolctl==2.1.0 +tifffile==2021.4.8 +toml==0.10.2 +typeguard==2.12.1 +typing-extensions==3.7.4.3 +urllib3==1.26.4 +Werkzeug==1.0.1 +wrapt==1.12.1