Skip to content

Commit ee5983a

Browse files
author
Joe Hamman
authored
add full test env for py37 ci env (#2545)
1 parent 70f3b1c commit ee5983a

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

ci/requirements-py37.yml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
name: test_env
22
channels:
3-
- defaults
3+
- conda-forge
44
dependencies:
55
- 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
625
- pip:
7-
- pytest
8-
- flake8
9-
- mock
10-
- numpy
11-
- pandas
1226
- coveralls
1327
- pytest-cov
28+
- pydap
29+
- lxml
30+
- cfgrib>=0.9.2

0 commit comments

Comments
 (0)