Skip to content

Commit

Permalink
fix req python and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Aug 30, 2024
1 parent ce8fe48 commit 7ca56d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = '0.4.0'
description = 'A package to compute BrainPrint (shape descriptors) from FastSurfer/FreeSurfer MRI segmentations'
readme = 'README.md'
license = {file = 'LICENSE'}
requires-python = '>=3.8'
requires-python = '>=3.9'
authors = [
{name = 'Martin Reuter', email = '[email protected]'},
{name = 'Kersten Diers', email = '[email protected]'},
Expand Down Expand Up @@ -144,9 +144,6 @@ extend-exclude = [
"setup.py",
]

[tool.ruff.lint]
select = ["NPY201"]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]

Expand Down

0 comments on commit 7ca56d4

Please sign in to comment.