Skip to content

Commit

Permalink
Pin off broken dask versions (#1663)
Browse files Browse the repository at this point in the history
* Pin out bad versions of dask.

* Pin out bad versions of dask.
  • Loading branch information
SpacemanPaul authored Nov 21, 2024
1 parent dea3cd9 commit e8d6368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/about/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ What's New
v1.8.next
=========
- Don't error when adding a dataset whose product doesn't have an id value (:pull:`1630`)
- Update docs (:pull:`1631`,:pull:`1651`)
- Update docker image and CI (multiple PRs)
- Pin out bad versions of dask (:pull:`1663`)

v1.8.19 (2nd July 2024)
=======================
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
'cachetools',
'click>=5.0',
'cloudpickle>=0.4',
'dask[array]',
'distributed',
'dask[array]<2024.11.0', # Dask versions from 2024.11 cause problems with numpy2
'distributed<2024.11.0',
'jsonschema>=4.18', # New reference resolution API
'netcdf4',
'numpy',
Expand Down

0 comments on commit e8d6368

Please sign in to comment.