File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ dependencies:
15
15
- cfgrib=0.9
16
16
- cftime=1.0
17
17
- coveralls
18
- - dask=2.5
19
- - distributed=2.5
18
+ - dask=2.9
19
+ - distributed=2.9
20
20
- flake8
21
21
- h5netcdf=0.7
22
22
- h5py=2.9 # Policy allows for 2.10, but it's a conflict-fest
@@ -26,11 +26,10 @@ dependencies:
26
26
- isort
27
27
- lxml=4.4 # Optional dep of pydap
28
28
- matplotlib=3.1
29
- - msgpack-python=0.6 # remove once distributed is bumped. distributed GH3491
30
29
- mypy=0.761 # Must match .pre-commit-config.yaml
31
30
- nc-time-axis=1.2
32
31
- netcdf4=1.4
33
- - numba=0.44
32
+ - numba=0.46
34
33
- numpy=1.15
35
34
- pandas=0.25
36
35
# - pint # See py36-min-nep18.yml
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ dependencies:
6
6
# require drastically newer packages than everything else
7
7
- python=3.6
8
8
- 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
12
11
- numpy=1.17
13
12
- pandas=0.25
14
13
- pint=0.13
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ v0.16.0 (unreleased)
22
22
Breaking changes
23
23
~~~~~~~~~~~~~~~~
24
24
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 >`_
25
28
- ``groupby `` operations will restore coord dimension order. Pass ``restore_coord_dims=False ``
26
29
to revert to previous behavior.
27
30
- :meth: `DataArray.transpose ` will now transpose coordinates by default.
You can’t perform that action at this time.
0 commit comments