Skip to content

Commit f210b11

Browse files
author
Cameron Stark
committed
test not limiting cftime
1 parent 6f1c62d commit f210b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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', 'cftime >= 1.1.1'],
48+
'pvfactors', 'scipy', 'siphon', 'tables'],
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)