Skip to content

Commit

Permalink
Revert "upgrade monai to 0.8.0 version (#545)" (#546)
Browse files Browse the repository at this point in the history
This reverts commit 3f65123.
  • Loading branch information
SachidanandAlle authored Nov 26, 2021
1 parent 3f65123 commit 088cd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiofiles==0.6.0
fastapi==0.65.2
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.8.0
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.8.0rc3
pyyaml==5.4.1
python-multipart==0.0.5
requests-toolbelt==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ setup_requires =
install_requires =
aiofiles==0.6.0
fastapi==0.65.2
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.8.0
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.8.0rc3
pyyaml==5.4.1
python-multipart==0.0.5
requests-toolbelt==0.9.1
Expand Down

0 comments on commit 088cd01

Please sign in to comment.