Skip to content

Commit

Permalink
Pin dask and distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal committed Feb 7, 2022
1 parent 947ce2a commit 7bf4a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes
* Add ``geoseries_to_netcdf`` process, converting a geojson (like a OGC-API request) to a CF-compliant netCDF.
* Add ``output_name`` argument to most processes (excepted subsetting and averaging processes), to control the name (or prefix) of the output file.
* New dependency ``python-slugify`` to ensure filenames are safe and valid.
* Pinning dask to ``<=2022.1.0`` to avoid a performance issue with ``2022.1.1``.

0.8.0 (2022-01-13)
==================
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bottleneck
netcdf4
numpy
unidecode
dask[complete]>=2.9
dask[complete]<=2022.1.0
scipy
requests
sentry-sdk
Expand Down

0 comments on commit 7bf4a7e

Please sign in to comment.