Skip to content

Commit 6fa8ecf

Browse files
author
Cameron Stark
committed
install netcdf4 from pip instead of conda
1 parent 62a486b commit 6fa8ecf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/requirements-py35.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies:
66
- coveralls
77
- cython
88
- ephem
9-
- netcdf4
109
- nose
1110
- numba
1211
- numpy
@@ -28,3 +27,4 @@ dependencies:
2827
- nrel-pysam>=2.0
2928
- pvfactors==1.0.1
3029
- pytest-rerunfailures # conda version is >3.6
30+
- netcdf4

ci/requirements-py36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies:
66
- coveralls
77
- cython
88
- ephem
9-
- netcdf4
109
- nose
1110
- numba
1211
- numpy
@@ -28,3 +27,4 @@ dependencies:
2827
- pip:
2928
- nrel-pysam>=2.0
3029
- pvfactors==1.0.1
30+
- netcdf4

ci/requirements-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies:
66
- coveralls
77
- cython
88
- ephem
9-
- netcdf4
109
- nose
1110
- numba
1211
- numpy
@@ -28,3 +27,4 @@ dependencies:
2827
- pip:
2928
- nrel-pysam>=2.0
3029
- pvfactors==1.0.1
30+
- netcdf4

0 commit comments

Comments
 (0)