Skip to content

Commit

Permalink
Merge pull request #7 from BrainLesion/version-bumps
Browse files Browse the repository at this point in the history
bump python version to >=3.8 (required for dependencies)
  • Loading branch information
neuronflow committed Apr 23, 2024
2 parents 2b51132 + 8e59448 commit 4551812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exclude = ["brainles_hd_bet/model_weights"] # Exclude the model_weights folder

[tool.poetry.dependencies]

python = ">=3.5"
python = ">=3.8"
numpy = ">=1.24.0"
torch = ">=0.4.1"
scikit-image = ">=0.21.0"
Expand All @@ -47,7 +47,7 @@ SimpleITK = ">=2.2.1"
hd-bet = "brainles_hd_bet:hd_bet.main"

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

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

0 comments on commit 4551812

Please sign in to comment.