From 1ca2505aec8e1c2d587f68b1a4bccd02e2279a1c Mon Sep 17 00:00:00 2001 From: rmaphoh Date: Mon, 5 Jun 2023 19:47:06 +0100 Subject: [PATCH] update readme --- README.md | 2 +- requirement.txt | 40 +--------------------------------------- 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index e350b0e..fd9b0a6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Keras version implemented by Yuka Kihara can be found [here](https://github.com/ Create enviroment with conda: ``` -conda create -n retfound python=3.6.15 -y +conda create -n retfound python=3.7.5 -y conda activate retfound ``` diff --git a/requirement.txt b/requirement.txt index bbfa79b..ab1ceed 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,53 +1,15 @@ -absl-py==0.13.0 -art==5.2 -cached-property==1.5.2 -cachetools==4.2.2 -charset-normalizer==2.0.4 -cycler==0.10.0 -dataclasses==0.8 -decorator==4.4.2 -future==0.18.2 -google-auth==1.35.0 -google-auth-oauthlib==0.4.5 -grpcio==1.39.0 -h5py==3.1.0 -idna==3.2 -imageio==2.9.0 -importlib-metadata==4.6.4 -joblib==1.0.1 -kiwisolver==1.3.1 -Markdown==3.3.4 -matplotlib==3.3.4 -networkx==2.5.1 -numpy==1.19.5 -oauthlib==3.1.1 opencv-python==4.5.3.56 pandas==0.25.3 Pillow==8.3.1 protobuf==3.17.3 -pyasn1==0.4.8 -pyasn1-modules==0.2.8 pycm==3.2 pydicom==2.3.0 -pyparsing==2.4.7 -python-dateutil==2.8.2 -pytz==2021.1 -PyWavelets==1.1.1 -requests==2.26.0 -requests-oauthlib==1.3.0 -rsa==4.7.2 scikit-image==0.17.2 scikit-learn==0.24.2 scipy==1.5.4 -six==1.16.0 tensorboard==2.6.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.0 -threadpoolctl==2.2.0 -tifffile==2020.9.3 timm==0.3.2 tqdm==4.62.1 -typing-extensions==3.10.0.0 -urllib3==1.26.6 -Werkzeug==2.0.1 -zipp==3.5.0 +