Skip to content

Commit d080da9

Browse files
committed
Set typeguard ver close to 2.12.1 to avoid incompatible v3
1 parent 2ced1bd commit d080da9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

notebooks/tutorials/02_mednist_app-prebuilt.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"Collecting networkx>=2.4\n",
8585
" Downloading networkx-2.5.1-py3-none-any.whl (1.6 MB)\n",
8686
"\u001b[K |████████████████████████████████| 1.6 MB 12.8 MB/s eta 0:00:01\n",
87-
"\u001b[?25hCollecting typeguard>=2.12.1\n",
87+
"\u001b[?25hCollecting typeguard~=2.12.1\n",
8888
" Downloading typeguard-2.12.1-py3-none-any.whl (17 kB)\n",
8989
"Collecting numpy>=1.17\n",
9090
" Downloading numpy-1.19.5-cp36-cp36m-manylinux2010_x86_64.whl (14.8 MB)\n",

notebooks/tutorials/03_segmentation_app.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"!python -c \"import pydicom\" || pip install -q \"pydicom>=1.4.2\"\n",
105105
"!python -c \"import highdicom\" || pip install -q \"highdicom>=0.18.2\"\n",
106106
"!python -c \"import SimpleITK\" || pip install -q \"SimpleITK>=2.0.0\"\n",
107-
"!python -c \"import typeguard\" || pip install -q \"typeguard>=2.12.1\"\n",
107+
"!python -c \"import typeguard\" || pip install -q \"typeguard~=2.12.1\"\n",
108108
"\n",
109109
"# Install MONAI Deploy App SDK package\n",
110110
"!python -c \"import monai.deploy\" || pip install --upgrade -q \"monai-deploy-app-sdk\""

notebooks/tutorials/03_segmentation_viz_app.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"!python -c \"import pydicom\" || pip install -q \"pydicom>=1.4.2\"\n",
114114
"!python -c \"import highdicom\" || pip install -q \"highdicom>=0.18.2\"\n",
115115
"!python -c \"import SimpleITK\" || pip install -q \"SimpleITK>=2.0.0\"\n",
116-
"!python -c \"import typeguard\" || pip install -q \"typeguard>=2.12.1\"\n",
116+
"!python -c \"import typeguard\" || pip install -q \"typeguard~=2.12.1\"\n",
117117
"\n",
118118
"# Install MONAI Deploy App SDK package\n",
119119
"!python -c \"import monai.deploy\" || pip install --upgrade -q \"monai-deploy-app-sdk\"\n",

notebooks/tutorials/06_monai_bundle_app.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"!python -c \"import pydicom\" || pip install -q \"pydicom>=1.4.2\"\n",
107107
"!python -c \"import highdicom\" || pip install -q \"highdicom>=0.18.2\"\n",
108108
"!python -c \"import SimpleITK\" || pip install -q \"SimpleITK>=2.0.0\"\n",
109-
"!python -c \"import typeguard\" || pip install -q \"typeguard>=2.12.1\"\n",
109+
"!python -c \"import typeguard\" || pip install -q \"typeguard~=2.12.1\"\n",
110110
"\n",
111111
"# Install MONAI Deploy App SDK package\n",
112112
"!python -c \"import monai.deploy\" || pip install --upgrade -q \"monai-deploy-app-sdk\""

notebooks/tutorials/07_multi_model_app.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"!python -c \"import pydicom\" || pip install -q \"pydicom>=1.4.2\"\n",
145145
"!python -c \"import highdicom\" || pip install -q \"highdicom>=0.18.2\"\n",
146146
"!python -c \"import SimpleITK\" || pip install -q \"SimpleITK>=2.0.0\"\n",
147-
"!python -c \"import typeguard\" || pip install -q \"typeguard>=2.12.1\"\n",
147+
"!python -c \"import typeguard\" || pip install -q \"typeguard~=2.12.1\"\n",
148148
"\n",
149149
"# Install MONAI Deploy App SDK package\n",
150150
"!python -c \"import monai.deploy\" || pip install --upgrade -q \"monai-deploy-app-sdk\""

0 commit comments

Comments
 (0)