diff --git a/requirements/segmentation_test.txt b/requirements/segmentation_test.txt index f3428aef485..c0d19f874e6 100644 --- a/requirements/segmentation_test.txt +++ b/requirements/segmentation_test.txt @@ -2,4 +2,5 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment scipy >1.0.0, <1.17.0 -monai ==1.4.0 +monai ==1.4.0 ; python_version < "3.11" +monai ==1.5.1 ; python_version > "3.10"