Skip to content

Commit 5e41b60

Browse files
authored
pin msgpack (pydata#3793)
* pin msgpack * fix package name
1 parent 3ef75ae commit 5e41b60

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ 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
2930
- mypy=0.761 # Must match .pre-commit-config.yaml
3031
- nc-time-axis=1.2
3132
- netcdf4=1.4

ci/requirements/py36-min-nep18.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- coveralls
99
- dask=2.4
1010
- distributed=2.4
11+
- msgpack-python=0.6 # remove once distributed is bumped. distributed GH3491
1112
- numpy=1.17
1213
- pandas=0.25
1314
- pint=0.9 # Actually not enough as it doesn't implement __array_function__yet!

0 commit comments

Comments
 (0)