Skip to content

Commit

Permalink
drop python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Nov 27, 2024
1 parent 9815524 commit 55be407
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 87 deletions.
127 changes: 42 additions & 85 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.14"
python = ">=3.10,<3.14"
nibabel = "^5"
nipype = ">=1.8.6"
argcomplete = "^1.9.4"
Expand All @@ -39,7 +39,7 @@ scikit-learn = "^1.0"
nilearn = "^0.10.3"
colorlog = "^5"
xgboost = "*"
scipy = "^1.12"
scipy = "^1.14.1"
matplotlib = "*"
scikit-image = "*"
pydicom = "*"
Expand Down

0 comments on commit 55be407

Please sign in to comment.