Skip to content

Commit 8bf4b5a

Browse files
committed
Relax version constraint on docstring_parser
1 parent 041fe15 commit 8bf4b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ numpy = "<=2.1.0"
3131
pandas = ">=1.2.0"
3232
lxml = "^4.9.1"
3333
pydantic = ">2,<=2.8.2"
34-
docstring-parser = "^0.15"
34+
docstring-parser = ">=0.15.0,<=0.16.0"
3535
anndata = ">=0.8.0,<0.11.0"
3636
filelock = "3.13.*"
3737
ngio = ">=0.1.5,<0.2.0"

0 commit comments

Comments
 (0)