We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c803009 commit 6b0df70Copy full SHA for 6b0df70
pyproject.toml
@@ -34,7 +34,7 @@ pydantic = ">2,<=2.8.2"
34
docstring-parser = "^0.15"
35
anndata = ">=0.8.0,<0.11.0"
36
filelock = "3.13.*"
37
-ngio = "0.1.4"
+ngio = ">=0.1.4,<0.2.0"
38
39
# Optional dependencies (used in extras)
40
Pillow = { version = ">=9.1.1", optional = true }
@@ -73,7 +73,7 @@ devtools = "^0.9.0"
73
pre-commit = "^2.19.0"
74
pytest = "^7.1.2"
75
bumpver = "^2022.1118"
76
-coverage = {extras = ["toml"], version = ">=7.6,<7.7"}
+coverage = { extras = ["toml"], version = ">=7.6,<7.7" }
77
jsonschema = "^4.16.0"
78
mypy = "^1.3.0"
79
requests = ">=2.28.0"
0 commit comments