Skip to content

Commit 7183051

Browse files
Upgrade monai to 1.1.0rc1 (#1169)
Signed-off-by: Sachidanand Alle <[email protected]> Signed-off-by: Sachidanand Alle <[email protected]>
1 parent 6007e0c commit 7183051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
torch>=1.7
1313
itk>=5.3rc4.post3; python_version == '3.10'
14-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.0.1
14+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.1.0rc1
1515
uvicorn==0.17.6
1616
pydantic>=1.8.2
1717
python-dotenv==0.20.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ setup_requires =
3737
install_requires =
3838
torch>=1.7
3939
itk>=5.3rc4.post3; python_version == '3.10'
40-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.0.1
40+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.1.0rc1
4141
uvicorn==0.17.6
4242
pydantic>=1.8.2
4343
python-dotenv==0.20.0

0 commit comments

Comments
 (0)