Skip to content

deps: Update dask to >=2025.4.1 #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ array-api-strict = ">=2.3.1"
numpy = ">=2.1.3"
pytest = ">=8.3.5"
hypothesis = ">=6.131.8"
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
dask-core = ">=2025.4.1" # No distributed, tornado, etc.
# NOTE: don't add jax, pytorch, sparse, cupy here
# as they slow down mypy and are not portable across target OSs

Expand Down Expand Up @@ -105,7 +105,7 @@ myst-parser = ">=4.0.1"
sphinx-copybutton = ">=0.5.2"
sphinx-autodoc-typehints = ">=1.25.3"
# Needed to import parsed modules with autodoc
dask-core = ">=2025.3.0"
dask-core = ">=2025.4.1"
pytest = ">=8.3.5"
typing-extensions = ">=4.13.2"
numpy = ">=2.1.3"
Expand Down Expand Up @@ -135,7 +135,7 @@ numpy = "=1.22.0"
# Note: JAX and PyTorch will install CPU variants.
[tool.pixi.feature.backends.dependencies]
pytorch = ">=2.6.0"
dask = ">=2025.3.0"
dask = ">=2025.4.1"
numba = ">=0.61.2" # sparse dependency
llvmlite = ">=0.44.0" # sparse dependency

Expand Down