Skip to content

Commit

Permalink
Merge pull request #40 from dave3d/AddSitkUtils
Browse files Browse the repository at this point in the history
Added SimpleITKUtilities package
  • Loading branch information
dave3d committed Apr 15, 2023
2 parents eb2e58a + dfea031 commit 3e76e84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions environment.yml
100644 → 100755
Expand Up @@ -12,3 +12,4 @@ dependencies:
- pip:
- pydicom
- vtk
- -e git+https://github.com/SimpleITK/SimpleITKUtilities.git#egg=SimpleITKUtilities
9 changes: 5 additions & 4 deletions requirements.txt
100644 → 100755
@@ -1,4 +1,5 @@
numpy==1.22.0
SimpleITK==2.1.1.2
vtk==9.1.0
pydicom==2.3
numpy>=1.24.0
SimpleITK>=2.2
vtk>=9.2.0
pydicom>=2.3
SimpleITKUtilities @ git+https://github.com/SimpleITK/SimpleITKUtilities.git@main

0 comments on commit 3e76e84

Please sign in to comment.