Skip to content

Commit

Permalink
Increase minimum distributed version to 1.17.1 (#211)
Browse files Browse the repository at this point in the history
Fixes bug reported in Github Issue #210
  • Loading branch information
spencerkclark authored and Spencer Hill committed Oct 9, 2017
1 parent d76f74c commit 82c5651
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/whats-new.rst
Expand Up @@ -3,6 +3,17 @@
What's New
==========

.. _whats-new.0.2.1:

v0.2.1 (unreleased)
-------------------

Dependencies
~~~~~~~~~~~~

- ``aospy`` now requires a minimum version of ``distributed`` of
1.17.1 (fixes :issue:`210` via :pull:`211`).

.. _whats-new.0.2:

v0.2 (26 September 2017)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
'netCDF4 >= 1.2',
'toolz >= 0.7.2',
'dask >= 0.14',
'distributed >= 1.16.1',
'distributed >= 1.17.1',
'xarray >= 0.9.1',
'cloudpickle >= 0.2.1'],
tests_require=['pytest >= 2.7.1',
Expand Down

0 comments on commit 82c5651

Please sign in to comment.