Skip to content

Commit 0bf60d3

Browse files
committed
fix bounds
1 parent bb85d1c commit 0bf60d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ optional-dependencies.doc = [
3535
"sphinx-autofixture",
3636
]
3737
optional-dependencies.full = [ "dask", "fast-array-utils[accel,sparse]", "h5py", "zarr" ]
38-
optional-dependencies.sparse = [ "scipy>=1.8" ]
38+
optional-dependencies.sparse = [ "scipy>=1.11" ]
3939
optional-dependencies.test = [
4040
"anndata",
4141
"fast-array-utils[accel,test-min]",
@@ -104,7 +104,7 @@ extras = [ "full", "min" ]
104104

105105
[[tool.hatch.envs.hatch-test.matrix]]
106106
python = [ "3.11" ]
107-
extras = [ "default" ]
107+
extras = [ "full" ]
108108
resolution = [ "lowest" ]
109109

110110
[tool.ruff]

0 commit comments

Comments
 (0)