Skip to content

Commit

Permalink
Try fixing install.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 28, 2023
1 parent b8934f0 commit 517cc64
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling", "hatch-vcs", "nipreps-versions", "numpy"]
requires = ["hatchling", "hatch-vcs", "nipreps-versions"]
build-backend = "hatchling.build"

[project]
Expand All @@ -23,7 +23,7 @@ dependencies = [
"looseversion",
"networkx ~= 2.8.8", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5
"nibabel >= 4.0.1",
"nipype[nipy] >= 1.8.5",
"nipype >= 1.8.5",
"nitransforms >= 21.0.0",
"niworkflows",
"numpy >= 1.22",
Expand Down

0 comments on commit 517cc64

Please sign in to comment.