Skip to content

Commit

Permalink
DEP: Test niworkflows patch, allow direct references
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jan 11, 2023
1 parent 82d1c12 commit dc90aed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"nipype >= 1.8.1",
"nitime",
"nitransforms >= 21.0.0",
"niworkflows ~= 1.7.0",
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@fix/nii-plotting",
"numpy >= 1.21.0",
"packaging",
"pandas",
Expand Down Expand Up @@ -78,6 +78,9 @@ all = ["nibabies[dev,doc,maint,telemetry,test]"]
[project.scripts]
nibabies = "nibabies.cli.run:main"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.sdist]
exclude = [".git_archival.txt"] # No longer needed in sdist

Expand Down

0 comments on commit dc90aed

Please sign in to comment.