File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ test-all-but-numba = { features = [
1717 " py313" ,
1818 " test" ,
1919 " backends" ,
20- " performance " ,
20+ " accel " ,
2121 " dask" ,
2222 " plotting" ,
2323 " extras" ,
@@ -26,7 +26,7 @@ test-all-but-dask = { features = [
2626 " py312" ,
2727 " test" ,
2828 " backends" ,
29- " performance " ,
29+ " accel " ,
3030 " numba" ,
3131 " plotting" ,
3232 " extras" ,
@@ -35,7 +35,7 @@ test-all-deps-py313 = { features = [
3535 " py313" ,
3636 " test" ,
3737 " backends" ,
38- " performance " ,
38+ " accel " ,
3939 " numba" ,
4040 " dask" ,
4141 " plotting" ,
@@ -45,7 +45,7 @@ test-all-deps-py311 = { features = [
4545 " py311" ,
4646 " test" ,
4747 " backends" ,
48- " performance " ,
48+ " accel " ,
4949 " numba" ,
5050 " dask" ,
5151 " plotting" ,
@@ -56,7 +56,7 @@ test-all-mypy-py311 = { features = [
5656 " py311" ,
5757 " test" ,
5858 " backends" ,
59- " performance " ,
59+ " accel " ,
6060 " numba" ,
6161 " dask" ,
6262 " plotting" ,
@@ -68,7 +68,7 @@ test-all-mypy-py313 = { features = [
6868 " py313" ,
6969 " test" ,
7070 " backends" ,
71- " performance " ,
71+ " accel " ,
7272 " numba" ,
7373 " dask" ,
7474 " plotting" ,
@@ -89,7 +89,7 @@ doc = { features = [
8989 " doc" ,
9090 " backends" ,
9191 " test" ,
92- " performance " ,
92+ " accel " ,
9393 " plotting" ,
9494 " extras" ,
9595], solve-group = " doc" }
@@ -164,17 +164,13 @@ numbagg = "*"
164164dask = " *"
165165distributed = " *"
166166
167- [feature .performance .dependencies ]
167+ [feature .accel .dependencies ]
168168flox = " *"
169169bottleneck = " *"
170170numexpr = " *"
171171pyarrow = " *"
172172opt_einsum = " *"
173173
174- [feature .performance .pypi-dependencies ]
175- jax = " *"
176-
177-
178174[feature .plotting .dependencies ]
179175cartopy = " *"
180176matplotlib-base = " *"
@@ -198,6 +194,10 @@ cftime = "*"
198194pint = " *"
199195iris = " *"
200196
197+ [feature .extras .pypi-dependencies ]
198+ # array
199+ jax = " *"
200+
201201[feature .test .dependencies ]
202202pytest = " *"
203203pytest-asyncio = " *"
You can’t perform that action at this time.
0 commit comments