Skip to content

Commit

Permalink
Update to use HSDK v2
Browse files Browse the repository at this point in the history
Signed-off-by: M Q <[email protected]>
  • Loading branch information
MMelQin committed Apr 22, 2024
1 parent ea0c032 commit b624b34
Show file tree
Hide file tree
Showing 11 changed files with 1,182 additions and 5,778 deletions.
631 changes: 280 additions & 351 deletions notebooks/tutorials/01_simple_app.ipynb

Large diffs are not rendered by default.

1,951 changes: 0 additions & 1,951 deletions notebooks/tutorials/02_mednist_app-prebuilt.ipynb

Large diffs are not rendered by default.

838 changes: 44 additions & 794 deletions notebooks/tutorials/02_mednist_app.ipynb

Large diffs are not rendered by default.

715 changes: 379 additions & 336 deletions notebooks/tutorials/03_segmentation_app.ipynb

Large diffs are not rendered by default.

242 changes: 132 additions & 110 deletions notebooks/tutorials/03_segmentation_viz_app.ipynb

Large diffs are not rendered by default.

1,925 changes: 0 additions & 1,925 deletions notebooks/tutorials/04_monai_bundle_app.ipynb

Large diffs are not rendered by default.

649 changes: 343 additions & 306 deletions notebooks/tutorials/05_multi_model_app.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ scikit-image>=0.17.2
nibabel>=3.2.1
numpy-stl>=2.12.0
trimesh>=3.8.11
torch~=2.0.1
torch>=2.0.1
3 changes: 1 addition & 2 deletions requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ PyPDF2>=2.11.1
highdicom>=0.18.2
SimpleITK>=2.0.0
Pillow>=8.4.0
numpy-stl>=2.12.0
trimesh>=3.8.11
nibabel>=3.2.1
numpy-stl>=2.12.0
trimesh>=3.8.11
torch~=2.0.1
torch>=2.0.1
monai>=1.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
holoscan~=1.0
holoscan~=2.0
numpy>=1.21.6
colorama>=0.4.1
typeguard>=3.0.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python_requires = >= 3.8
# cucim
install_requires =
numpy>=1.21.6
holoscan~=1.0
holoscan~=2.0
colorama>=0.4.1
typeguard>=3.0.0

Expand Down

0 comments on commit b624b34

Please sign in to comment.