Skip to content

Commit 25decd7

Browse files
fix monai dep to 0.9.0
Signed-off-by: SACHIDANAND ALLE <[email protected]>
1 parent d68eba3 commit 25decd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch>=1.7
2-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]>=0.9.*
2+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.9.0
33
uvicorn==0.17.6
44
pydantic==1.9.1
55
python-dotenv==0.20.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ setup_requires =
2525
ninja
2626
install_requires =
2727
torch>=1.7
28-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]>=0.9.*
28+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide]==0.9.0
2929
uvicorn==0.17.6
3030
pydantic==1.9.1
3131
python-dotenv==0.20.0

0 commit comments

Comments
 (0)