Skip to content

Commit ba49f4a

Browse files
authored
Merge pull request #40 from effigies/fix/deps
fix(deps): Use latest bidsschematools, avoid buggy upath
2 parents 95a021a + ed82cb8 commit ba49f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ classifiers = [
2323
requires-python = ">=3.9"
2424
dependencies = [
2525
"attrs >=24.1",
26-
"bidsschematools @ git+https://github.com/bids-standard/bids-specification.git@refs/pull/2133/head#subdirectory=tools/schemacode",
26+
"bidsschematools >=1.1",
2727
"orjson>=3.11.3",
28-
"universal_pathlib >=0.2",
28+
"universal_pathlib >=0.2.1",
2929
]
3030

3131
[project.optional-dependencies]

0 commit comments

Comments
 (0)