Skip to content

Commit 87f671e

Browse files
authored
Bump minimum versions for 0.16 release (#4175)
* Bump minimum versions for 0.16 release * Undo scipy bump * fix bumps
1 parent 834d4c4 commit 87f671e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

ci/requirements/py36-min-all-deps.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies:
1515
- cfgrib=0.9
1616
- cftime=1.0
1717
- coveralls
18-
- dask=2.5
19-
- distributed=2.5
18+
- dask=2.9
19+
- distributed=2.9
2020
- flake8
2121
- h5netcdf=0.7
2222
- h5py=2.9 # Policy allows for 2.10, but it's a conflict-fest
@@ -26,11 +26,10 @@ dependencies:
2626
- isort
2727
- lxml=4.4 # Optional dep of pydap
2828
- matplotlib=3.1
29-
- msgpack-python=0.6 # remove once distributed is bumped. distributed GH3491
3029
- mypy=0.761 # Must match .pre-commit-config.yaml
3130
- nc-time-axis=1.2
3231
- netcdf4=1.4
33-
- numba=0.44
32+
- numba=0.46
3433
- numpy=1.15
3534
- pandas=0.25
3635
# - pint # See py36-min-nep18.yml

ci/requirements/py36-min-nep18.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ dependencies:
66
# require drastically newer packages than everything else
77
- python=3.6
88
- coveralls
9-
- dask=2.5
10-
- distributed=2.5
11-
- msgpack-python=0.6 # remove once distributed is bumped. distributed GH3491
9+
- dask=2.9
10+
- distributed=2.9
1211
- numpy=1.17
1312
- pandas=0.25
1413
- pint=0.13

doc/whats-new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ v0.16.0 (unreleased)
2222
Breaking changes
2323
~~~~~~~~~~~~~~~~
2424

25+
- Minimum supported versions for the following packages have changed: ``dask >=2.9``,
26+
``distributed>=2.9``.
27+
By `Deepak Cherian <https://github.com/dcherian>`_
2528
- ``groupby`` operations will restore coord dimension order. Pass ``restore_coord_dims=False``
2629
to revert to previous behavior.
2730
- :meth:`DataArray.transpose` will now transpose coordinates by default.

0 commit comments

Comments
 (0)