Skip to content

Commit f6c87fc

Browse files
authored
Add uv.lock (#465)
1 parent ccd2972 commit f6c87fc

File tree

2 files changed

+4651
-3
lines changed

2 files changed

+4651
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ test = [
195195
"codecov",
196196
"pyarrow",
197197
]
198-
all = ["cachey", "dask[core]", "numba", "numbagg>=0.3", "xarray"]
198+
all = ["cachey", "dask", "numba", "numbagg>=0.3", "xarray"]
199199
complete = [
200200
{include-group = "test"},
201201
"cachey",
202-
"dask[core]",
202+
"dask",
203203
"numba",
204204
"numbagg>=0.3",
205205
"xarray",
@@ -304,7 +304,7 @@ upstream-dev = [
304304
]
305305
dev = [
306306
{include-group = "complete"},
307-
"dask[all]",
307+
"dask[complete]",
308308
"pdbpp",
309309
"ipykernel",
310310
"snakeviz",

0 commit comments

Comments
 (0)