Skip to content

Commit 5d0d972

Browse files
committed
pin monai<=1.5.0 for now as 1.5.1 has breaking changes
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 6e63d95 commit 5d0d972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/aidoc/restful_app/ai_spleen_seg_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ numpy-stl>=2.12.0
88
trimesh>=3.8.11
99
nibabel>=3.2.1
1010
torch>=2.4.1
11-
monai>=1.5.0
11+
monai>=1.4.0,<=1.5.0

platforms/aidoc/restful_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ numpy-stl>=2.12.0
88
trimesh>=3.8.11
99
nibabel>=3.2.1
1010
torch>=2.4.1
11-
monai>=1.5.0
11+
monai>=1.4.0,<=1.5.0
1212
Flask==2.2.2
1313
requests>=2.32
1414
types-requests>=2.32.0

0 commit comments

Comments
 (0)