Skip to content

Commit 6b0df70

Browse files
relax ngio pin
1 parent c803009 commit 6b0df70

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
@@ -34,7 +34,7 @@ pydantic = ">2,<=2.8.2"
3434
docstring-parser = "^0.15"
3535
anndata = ">=0.8.0,<0.11.0"
3636
filelock = "3.13.*"
37-
ngio = "0.1.4"
37+
ngio = ">=0.1.4,<0.2.0"
3838

3939
# Optional dependencies (used in extras)
4040
Pillow = { version = ">=9.1.1", optional = true }
@@ -73,7 +73,7 @@ devtools = "^0.9.0"
7373
pre-commit = "^2.19.0"
7474
pytest = "^7.1.2"
7575
bumpver = "^2022.1118"
76-
coverage = {extras = ["toml"], version = ">=7.6,<7.7"}
76+
coverage = { extras = ["toml"], version = ">=7.6,<7.7" }
7777
jsonschema = "^4.16.0"
7878
mypy = "^1.3.0"
7979
requests = ">=2.28.0"

0 commit comments

Comments
 (0)