We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b9f59 commit a735c45Copy full SHA for a735c45
1 file changed
tools/pipeline-generator/tests/test_generator.py
@@ -553,7 +553,7 @@ def test_monai_version_handling_in_app_generator(self):
553
)
554
555
# Should add fallback MONAI version
556
- assert "monai>=1.5.0" in context3["extra_dependencies"]
+ assert "monai<=1.5.0" in context3["extra_dependencies"]
557
558
def test_inference_config_with_loadimage_transform(self):
559
"""Test _detect_data_format with LoadImaged transform."""
0 commit comments