Skip to content

Commit 697a7ef

Browse files
Update dependency dask-core to >=0.20.2
1 parent 03c8e60 commit 697a7ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ array-api-strict = ">=1.1.1"
6565
numpy = "*"
6666
pytest = "*"
6767
hypothesis = "*"
68-
dask-core = "*" # No distributed, tornado, etc.
68+
dask-core = ">=0.20.2" # No distributed, tornado, etc.
6969
# NOTE: don't add jax, pytorch, sparse, cupy here
7070
# as they slow down mypy and are not portable across target OSs
7171

@@ -105,7 +105,7 @@ myst-parser = ">=0.13"
105105
sphinx-copybutton = "*"
106106
sphinx-autodoc-typehints = "*"
107107
# Needed to import parsed modules with autodoc
108-
dask-core = "*"
108+
dask-core = ">=0.20.2"
109109
pytest = "*"
110110
typing-extensions = "*"
111111
numpy = "*"

0 commit comments

Comments
 (0)