Skip to content

Commit 1afd3cb

Browse files
author
Cameron Stark
committed
limit cftime to <=1.1.0 for all but Python3.5
1 parent a28d819 commit 1afd3cb

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

ci/requirements-py36.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6+
- cftime<=1.1.0
67
- coveralls
78
- cython
89
- ephem

ci/requirements-py37.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6+
- cftime<=1.1.0
67
- coveralls
78
- cython
89
- ephem

ci/requirements-py38.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6+
- cftime<=1.1.0
67
- coveralls
78
- cython
89
- ephem

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'pytest-timeout', 'pytest-rerunfailures', 'pytest-remotedata']
4646
EXTRAS_REQUIRE = {
4747
'optional': ['ephem', 'cython', 'netcdf4', 'nrel-pysam', 'numba',
48-
'pvfactors', 'scipy', 'siphon', 'tables'],
48+
'pvfactors', 'scipy', 'siphon', 'tables', "cftime <= 1.1.0"],
4949
'doc': ['ipython', 'matplotlib', 'sphinx == 1.8.5', 'sphinx_rtd_theme',
5050
'sphinx-gallery', 'docutils == 0.15.2'],
5151
'test': TESTS_REQUIRE

0 commit comments

Comments
 (0)