Skip to content

Commit

Permalink
limit pvlib to 0.11.0. See #555 for detail
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Oct 2, 2024
1 parent 01703d8 commit 34ecc76
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 @@ -93,7 +93,7 @@
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'pandas ',
'pvlib >= 0.8.0',
'pvlib >= 0.8.0, <= 0.11.0',
'pvmismatch',
'configparser',
'requests',
Expand Down

0 comments on commit 34ecc76

Please sign in to comment.