Skip to content

Commit

Permalink
Merge pull request #423 from NREL/pvlib-0.11.0
Browse files Browse the repository at this point in the history
Advance pvlib upper bound from 0.11 to 0.12
  • Loading branch information
mdeceglie authored Jul 3, 2024
2 parents ab8bdc8 + 449cca9 commit f1726ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/source/changelog/pending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Bug fixes
Requirements
------------
* Specified versions in ``requirements.txt`` and ``docs/notebook_requirements.txt`` have been updated (:pull:`412`)
* Increase maximum version of pvlib to <0.12 (:pull:`423`)

Deprecations
------------
Expand Down
2 changes: 1 addition & 1 deletion rdtools/test/availability_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def power_data(request):
# a few days of clearsky irradiance for creating a plausible power signal
times = pd.date_range('2019-01-01', '2019-01-05 23:59', freq='15min',
tz='US/Eastern')
location = pvlib.location.Location(40, -80)
location = pvlib.location.Location(40, -80, altitude=0)
# use haurwitz to avoid dependency on `tables`
clearsky = location.get_clearsky(times, model='haurwitz')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'h5py >= 2.8.0',
'plotly>=4.0.0',
'xgboost >= 1.3.3',
'pvlib >= 0.7.0, <0.11.0',
'pvlib >= 0.7.0, <0.12.0',
'scikit-learn >= 0.22.0',
'arch >= 4.11',
'filterpy >= 1.4.2'
Expand Down

0 comments on commit f1726ab

Please sign in to comment.