Skip to content

Commit

Permalink
chore(deps): Update minimum dependencies to match requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 11, 2024
1 parent 70e435a commit 6be8d66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = [
"acres >= 0.2",
"indexed_gzip >= 0.8.8",
"indexed_gzip >= 1.7",
"lockfile >= 0.12.2",
"looseversion >= 1.3.0",
"matplotlib >= 3.5",
Expand All @@ -29,9 +29,9 @@ dependencies = [
"niworkflows >= 1.12.0",
"numpy >= 1.24",
"packaging >= 24",
"pybids >= 0.15.1",
"pyyaml >= 5.4",
"templateflow >= 24.1",
"pybids >= 0.16",
"pyyaml >= 6.0",
"templateflow >= 24.2",
]
dynamic = ["version"]

Expand All @@ -57,7 +57,7 @@ doc = [
duecredit = ["duecredit"]
test = [
"coverage[toml] >= 5.2.1",
"pytest >= 7",
"pytest >= 8.1",
"pytest-cov >= 2.11",
"pytest-env",
"pytest-xdist >= 2.5",
Expand Down Expand Up @@ -117,7 +117,7 @@ per-file-ignores = [
]

[tool.pytest.ini_options]
minversion = "7"
minversion = "8"
log_cli_level = "INFO"
xfail_strict = true
norecursedirs = [".git"]
Expand Down

0 comments on commit 6be8d66

Please sign in to comment.