Skip to content

Commit

Permalink
pin msgpack (#3793)
Browse files Browse the repository at this point in the history
* pin msgpack

* fix package name
  • Loading branch information
dcherian authored Feb 24, 2020
1 parent 3ef75ae commit 5e41b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/requirements/py36-min-all-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- isort
- lxml=4.4 # Optional dep of pydap
- matplotlib=3.1
- msgpack-python=0.6 # remove once distributed is bumped. distributed GH3491
- mypy=0.761 # Must match .pre-commit-config.yaml
- nc-time-axis=1.2
- netcdf4=1.4
Expand Down
1 change: 1 addition & 0 deletions ci/requirements/py36-min-nep18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- coveralls
- dask=2.4
- distributed=2.4
- msgpack-python=0.6 # remove once distributed is bumped. distributed GH3491
- numpy=1.17
- pandas=0.25
- pint=0.9 # Actually not enough as it doesn't implement __array_function__yet!
Expand Down

0 comments on commit 5e41b60

Please sign in to comment.