Skip to content

Commit

Permalink
- bump package versions
Browse files Browse the repository at this point in the history
- specify hdbet version
  • Loading branch information
MarcelRosier committed Apr 23, 2024
1 parent 1e34cd8 commit 81b6dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ python = "^3.10"
path = "^16.10.0"
ttictoc = "^0.5.6"
pathlib = "^1.0.1"
nibabel = "^3.2.1"
nibabel = ">=5.2.1"
numpy = "^1.23.0"

# hd-bet reqs
brainles_hd_bet = "*" #= ">=0.0.5"
brainles_hd_bet = ">=0.0.8"

# utils
tqdm = "^4.64.1"
auxiliary = "^0.0.41"
auxiliary = ">=0.0.42"
rich = "^13.6.0"

# optional registration backends
Expand All @@ -69,7 +69,7 @@ ereg = ["ereg"]


[tool.poetry.dev-dependencies]
pytest = "^6.2"
pytest = ">=8.1.1"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 81b6dd7

Please sign in to comment.