Skip to content

Commit

Permalink
allow pvlib > 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed May 7, 2020
1 parent 78be185 commit 7b7b8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'pandas',
'pvlib >= 0.7.0',
'pvlib > 0.6.1',
'pvmismatch',
'pytest',
'pytest-cov',
Expand Down

0 comments on commit 7b7b8d1

Please sign in to comment.