Skip to content

Commit 007710d

Browse files
authored
upgrade to monai 1.0.1rc2 (#1081)
1 parent 7dd06e1 commit 007710d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# please run `./runtests.sh --clean && DOCKER_BUILDKIT=1 docker build -t projectmonai/monailabel:latest .`
1414
# to use different version of MONAI pass `--build-arg MONAI_IMAGE=...`
1515

16-
ARG MONAI_IMAGE=projectmonai/monai:1.0.1rc1
16+
ARG MONAI_IMAGE=projectmonai/monai:1.0.1rc2
1717
ARG BUILD_OHIF=true
1818

1919
FROM ${MONAI_IMAGE} as build

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# limitations under the License.
1111

1212
torch>=1.7
13-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.0.1rc1
13+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.0.1rc2
1414
uvicorn==0.17.6
1515
pydantic==1.9.1
1616
python-dotenv==0.20.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ setup_requires =
3636
ninja
3737
install_requires =
3838
torch>=1.7
39-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.0.1rc1
39+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=1.0.1rc2
4040
uvicorn==0.17.6
4141
pydantic==1.9.1
4242
python-dotenv==0.20.0

0 commit comments

Comments
 (0)