Skip to content

Commit b72f6be

Browse files
committed
make netcdf and hdf explicit dependencies
1 parent 756f313 commit b72f6be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ci/requirements-py27.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: test_env
22
channels:
33
- defaults
4-
- http://conda.anaconda.org/conda-forge
4+
- conda-forge
55
dependencies:
66
- python=2.7
77
- numpy
@@ -13,4 +13,4 @@ dependencies:
1313
- numba
1414
- siphon
1515
- pip:
16-
- coveralls
16+
- coveralls

docs/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ dependencies:
1616
- matplotlib
1717
- seaborn
1818
- siphon
19+
- netcdf4
20+
- hdf5

0 commit comments

Comments
 (0)