From 3c3bdbef7f5fb614535537a7cf71f764f99b36bb Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Wed, 11 Dec 2024 22:39:18 -0500 Subject: [PATCH] use pypi release for pybids instead of github pybids had a build failure for 0.18.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c10a3e9..810d2170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },