Skip to content

Commit

Permalink
Fix numpy dependency for itk
Browse files Browse the repository at this point in the history
Before that fix `import itk` failed
  • Loading branch information
jond01 committed Feb 4, 2022
1 parent 0783ac9 commit e3b876a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 32 deletions.
91 changes: 60 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ itk = "^5.1.2"
nibabel = "^3.2.1"
pydicom = "^2.1.2"
dicom-numpy = ">= 0.5.0, < 1"
numpy = "^1.18.1"
numpy = [
{version = "^1.21.5", python = ">= 3.7, < 3.11"},
{version = "^1.22.2", python = "^3.8"},
]

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit e3b876a

Please sign in to comment.