Skip to content

Commit

Permalink
Merge pull request #1458 from dandi/bound-schema
Browse files Browse the repository at this point in the history
Temporarily restrict dandischema requirement to `< 0.10.2`
  • Loading branch information
yarikoptic committed Jul 12, 2024
2 parents e2d963d + ccf4329 commit b7e52e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ install_requires =
bidsschematools ~= 0.7.0
click >= 7.1
click-didyoumean
dandischema >= 0.9.0, < 0.11
# Don't allow v0.10.2 of the schema until
# <https://github.com/dandi/dandi-archive/issues/1975> is resolved:
dandischema >= 0.9.0, < 0.10.2
etelemetry >= 0.2.2
fasteners
fscacher >= 0.3.0
Expand Down

0 comments on commit b7e52e5

Please sign in to comment.