Skip to content

Commit 3f3a5d4

Browse files
Update dependency dask-core to v2025 (#225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bb063b commit 3f3a5d4

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 = ">=2.3.1"
6565
numpy = "*"
6666
pytest = "*"
6767
hypothesis = "*"
68-
dask-core = "*" # No distributed, tornado, etc.
68+
dask-core = ">=2025.3.0" # 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 = ">=2025.3.0"
109109
pytest = "*"
110110
typing-extensions = "*"
111111
numpy = "*"

0 commit comments

Comments
 (0)