Skip to content

Commit

Permalink
(chore): move xarray to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Aug 8, 2023
1 parent 516f984 commit 60b0ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Home-page = "https://github.com/scverse/anndata"
dev = [
# dev version generation
"setuptools_scm",
"xarray>=2023.1.0",
# test speedups
"pytest-xdist",
]
Expand Down Expand Up @@ -89,6 +88,7 @@ test = [
"dask[array]",
"awkward>=2.3",
"pytest_memray",
"xarray>=2023.1.0",
]
gpu = [
"cupy",
Expand Down

0 comments on commit 60b0ae6

Please sign in to comment.