Skip to content

Commit

Permalink
Merge pull request #38 from NREL/pvlib_version_update
Browse files Browse the repository at this point in the history
update pvlib requirement
  • Loading branch information
mdeceglie authored Aug 28, 2017
2 parents 899ebe3 + e3732ab commit 96400d1
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 @@ -26,7 +26,7 @@
INSTALL_REQUIRES = [
'numpy >= 1.11.0',
'pandas >= 0.19.0',
'pvlib >= 0.4.1',
'pvlib >= 0.5.0',
'statsmodels >= 0.8.0',
'patsy >= 0.4.1',
'nose >= 1.3.7',
Expand Down

0 comments on commit 96400d1

Please sign in to comment.