From 96a38134f30ab42498b83adc274eb32be644a772 Mon Sep 17 00:00:00 2001 From: Sandro Campos Date: Tue, 12 Nov 2024 14:39:31 -0500 Subject: [PATCH] Constrain Dask version (#430) * Pin dask in dev dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e0f589c..8953c10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes) [project.optional-dependencies] dev = [ + "dask[complete]<2024.11.0", "asv==0.6.4", # Used to compute performance benchmarks "black", # Used for static linting of files "jupyter", # Clears output from Jupyter notebooks