Skip to content

Commit 64ba88b

Browse files
committed
Allow some dask computes
1 parent cd84a8b commit 64ba88b

File tree

4 files changed

+141
-49
lines changed

4 files changed

+141
-49
lines changed

Diff for: pixi.lock

+28-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ array-api-compat = ">=1.10.0,<2"
5454
array-api-extra = { path = ".", editable = true }
5555

5656
[tool.pixi.feature.lint.dependencies]
57+
typing-extensions = "*"
5758
pre-commit = "*"
5859
pylint = "*"
5960
basedmypy = "*"
@@ -63,6 +64,9 @@ numpydoc = ">=1.8.0,<2"
6364
array-api-strict = "*"
6465
numpy = "*"
6566
pytest = "*"
67+
dask-core = "*" # No distributed, tornado, etc.
68+
# NOTE: don't add jax, pytorch, sparse, cupy here
69+
# as they slow down mypy and are not portable across target OSs
6670

6771
[tool.pixi.feature.lint.tasks]
6872
pre-commit-install = "pre-commit install"

0 commit comments

Comments
 (0)