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 edbc1a0 commit fe0a442Copy full SHA for fe0a442
pyproject.toml
@@ -34,6 +34,7 @@ optional-dependencies.sparse = [ "scipy>=1.8" ]
34
optional-dependencies.test = [
35
"anndata",
36
"fast-array-utils[accel,test-min]",
37
+ "numcodecs<0.16", # zarr needs this: https://github.com/zarr-developers/zarr-python/issues/2963
38
"zarr<3", # anndata needs this
39
]
40
optional-dependencies.test-min = [
0 commit comments