Skip to content

Commit

Permalink
Constrain Dask version (#430)
Browse files Browse the repository at this point in the history
* Pin dask in dev dependencies
  • Loading branch information
camposandro authored Nov 12, 2024
1 parent 5dcfe05 commit 96a3813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96a3813

Please sign in to comment.