Skip to content

Commit

Permalink
forestall pandas 2.0 errors by making pandas < 2.0 in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Nov 8, 2023
1 parent 48dc43b commit bfe371c
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 @@ -96,7 +96,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'pandas',
'pandas < 2.0 ',
'pvlib >= 0.8.0',
'pvmismatch',
'configparser',
Expand Down

0 comments on commit bfe371c

Please sign in to comment.