Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmikhael committed Oct 5, 2023
1 parent d68af7e commit ccd6db0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
14 changes: 8 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# 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
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

0 comments on commit ccd6db0

Please sign in to comment.