Skip to content

Commit

Permalink
fix monai dep to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: SACHIDANAND ALLE <[email protected]>
  • Loading branch information
SachidanandAlle committed Jul 6, 2022
1 parent d68eba3 commit 25decd7
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,5 +1,5 @@
torch>=1.7
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]>=0.9.*
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.9.0
uvicorn==0.17.6
pydantic==1.9.1
python-dotenv==0.20.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_requires =
ninja
install_requires =
torch>=1.7
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]>=0.9.*
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.9.0
uvicorn==0.17.6
pydantic==1.9.1
python-dotenv==0.20.0
Expand Down

0 comments on commit 25decd7

Please sign in to comment.