Skip to content

Commit

Permalink
Merge pull request #484 from cdeline/master
Browse files Browse the repository at this point in the history
forestall pandas 2.0 errors by making pandas < 2.0 in setup.py.
  • Loading branch information
cdeline committed Nov 9, 2023
2 parents 974c6e9 + a3499c5 commit 7dba9b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/sphinx/source/whatsnew/pending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Enhancements

Bug fixes
~~~~~~~~~

* Pandas 2.0 errors have not yet been fixed. Constraining pandas < 2.0 in setup.py until (:issue:`449`) is fixed

Documentation
~~~~~~~~~~~~~~
Expand All @@ -28,4 +28,5 @@ Documentation
Contributors
~~~~~~~~~~~~
* Silvana Ayala (:ghuser:`shirubana`)
* Chris Deline (:ghuser:`cdeline`)
* Chris Deline (:ghuser:`cdeline`)
* Kevin Anderson (:ghuser:`kandersolar`)
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 7dba9b2

Please sign in to comment.