Skip to content

Commit

Permalink
BUG: Rearrange dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acsenrafilho committed Oct 7, 2024
1 parent 00eda04 commit d9fba67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
SimpleITK = "^2.4.0"
numpy = "^2.1.1"
rich = "^13.8.1"
scipy = "^1.14.1"


[tool.poetry.group.dev.dependencies]
Expand All @@ -33,10 +37,7 @@ pytest-cov = "^5.0.0"
blue = "^0.9.1"
isort = "^5.13.2"
taskipy = "^1.13.0"
SimpleITK = "^2.4.0"
numpy = "^2.1.1"
rich = "^13.8.1"
scipy = "^1.14.1"


[tool.poetry.group.doc.dependencies]
mkdocs-material = "^9.5.34"
Expand Down

0 comments on commit d9fba67

Please sign in to comment.