diff --git a/README.md b/README.md index b019b43..751e615 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pgmikhael/Sybil/blob/main/LICENSE.txt) ![version](https://img.shields.io/badge/version-1.0.1-success) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pgmikhael/Sybil/blob/main/LICENSE.txt) ![version](https://img.shields.io/badge/version-1.0.2-success) # Sybil diff --git a/docs/requirements.txt b/docs/requirements.txt index f4db71e..d57f8e4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,8 @@ # Requirements file for ReadTheDocs, check .readthedocs.yml. # To build the module reference correctly, make sure every external package # under `install_requires` in `setup.cfg` is also listed here! -# sphinx_rtd_theme +# sphinx_rtd_theme +--find-links https://download.pytorch.org/whl/cu113/torch_stable.html recommonmark sphinx>=3.2.1 # deep learning @@ -9,16 +10,17 @@ torch==1.10.1+cu113 torchvision==0.11.2+cu113 pytorch_lightning==1.5.6 # math -sklearn==1.0.2 +scikit-learn==1.0.2 # utils tqdm lifelines==0.26.4 # loading -opencv-python==4.5.4 +opencv-python==4.5.4.60 +opencv-python-headless==4.5.4.60 albumentations==1.1.0 pydicom==2.2.2 # logging #comet-ml -torchio=='0.18.74' -# downloading snapshots -gdown==4.6.0 +torchio==0.18.74 +# downloading snapshots +gdown==4.6.0 \ No newline at end of file