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 70f3b1c commit ee5983aCopy full SHA for ee5983a
ci/requirements-py37.yml
@@ -1,13 +1,30 @@
1
name: test_env
2
channels:
3
- - defaults
+ - conda-forge
4
dependencies:
5
- python=3.7
6
+ - cftime
7
+ - dask
8
+ - distributed
9
+ - h5py
10
+ - h5netcdf
11
+ - matplotlib
12
+ - netcdf4
13
+ - pytest
14
+ - flake8
15
+ - numpy
16
+ - pandas
17
+ - scipy
18
+ - seaborn
19
+ - toolz
20
+ - rasterio
21
+ - bottleneck
22
+ - zarr
23
+ - pseudonetcdf>=3.0.1
24
+ - eccodes
25
- pip:
- - pytest
- - flake8
- - mock
- - numpy
- - pandas
26
- coveralls
27
- pytest-cov
28
+ - pydap
29
+ - lxml
30
+ - cfgrib>=0.9.2
0 commit comments