We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef75ae commit 5e41b60Copy full SHA for 5e41b60
ci/requirements/py36-min-all-deps.yml
@@ -26,6 +26,7 @@ dependencies:
26
- isort
27
- lxml=4.4 # Optional dep of pydap
28
- matplotlib=3.1
29
+ - msgpack-python=0.6 # remove once distributed is bumped. distributed GH3491
30
- mypy=0.761 # Must match .pre-commit-config.yaml
31
- nc-time-axis=1.2
32
- netcdf4=1.4
ci/requirements/py36-min-nep18.yml
@@ -8,6 +8,7 @@ dependencies:
8
- coveralls
9
- dask=2.4
10
- distributed=2.4
11
12
- numpy=1.17
13
- pandas=0.25
14
- pint=0.9 # Actually not enough as it doesn't implement __array_function__yet!
0 commit comments