Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/apps/ai_multi_ai_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ numpy-stl>=2.12.0
trimesh>=3.8.11
nibabel>=3.2.1
torch>=1.12.0
monai>=1.0.0
monai<=1.5.0
2 changes: 1 addition & 1 deletion examples/apps/ai_spleen_seg_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ numpy-stl>=2.12.0
trimesh>=3.8.11
nibabel>=3.2.1
torch>=1.12.0
monai>=1.0.0
monai<=1.5.0
4 changes: 2 additions & 2 deletions notebooks/tutorials/03_segmentation_app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -108,7 +108,7 @@
],
"source": [
"# Install MONAI and other necessary image processing packages for the application\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai\"\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai<=1.5.0\"\n",
"!python -c \"import torch\" || pip install -q \"torch>=1.10.2\"\n",
"!python -c \"import numpy\" || pip install -q \"numpy>=1.21\"\n",
"!python -c \"import nibabel\" || pip install -q \"nibabel>=3.2.1\"\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/03_segmentation_viz_app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Install MONAI and other necessary image processing packages for the application\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai\"\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai<=1.5.0\"\n",
"!python -c \"import torch\" || pip install -q \"torch>=1.12.0\"\n",
"!python -c \"import numpy\" || pip install -q \"numpy>=1.21.6\"\n",
"!python -c \"import nibabel\" || pip install -q \"nibabel>=3.2.1\"\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/04_monai_bundle_app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Install MONAI and other necessary image processing packages for the application\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai\"\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai<=1.5.0\"\n",
"!python -c \"import torch\" || pip install -q \"torch>=1.12.0\"\n",
"!python -c \"import numpy\" || pip install -q \"numpy>=1.21.6\"\n",
"!python -c \"import nibabel\" || pip install -q \"nibabel>=3.2.1\"\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/05_multi_model_app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Install MONAI and other necessary image processing packages for the application\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai\"\n",
"!python -c \"import monai\" || pip install --upgrade -q \"monai<=1.5.0\"\n",
"!python -c \"import torch\" || pip install -q \"torch>=1.12.0\"\n",
"!python -c \"import numpy\" || pip install -q \"numpy>=1.21\"\n",
"!python -c \"import nibabel\" || pip install -q \"nibabel>=3.2.1\"\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytest==7.4.0
pytest-cov==4.1.0
pytest-lazy-fixture==0.6.3
cucim~=21.06; platform_system == "Linux"
monai>=1.0.0
monai<=1.5.0
docker>=5.0.0
pydicom>=2.3.0
PyPDF2>=2.11.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ nibabel>=3.2.1
numpy-stl>=2.12.0
trimesh>=3.8.11
torch>=2.0.1
monai>=1.0.0
monai<=1.5.0