Skip to content

Commit

Permalink
use pypi release for pybids instead of github
Browse files Browse the repository at this point in the history
pybids had a build failure for 0.18.0
  • Loading branch information
akhanf committed Dec 12, 2024
1 parent 379ac29 commit 3c3bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ patterns = [
python = ">=3.9,<4.0"
# core dep with high breakage potential given plans for redesign, so
# keep upper limit
pybids = { git = "https://github.com/bids-standard/pybids.git", tag = "0.18.0" }
pybids = ">=0.18.1,<0.19"
snakemake = [
{ version = ">=5.28.0,<8", python = "<3.11" },
{ version = ">=7.18.2", python = ">=3.11" },
Expand Down

0 comments on commit 3c3bdbe

Please sign in to comment.