diff --git a/docs/sphinx/source/whatsnew/pending.rst b/docs/sphinx/source/whatsnew/pending.rst index fd3d56b2..3e3ba80d 100644 --- a/docs/sphinx/source/whatsnew/pending.rst +++ b/docs/sphinx/source/whatsnew/pending.rst @@ -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 ~~~~~~~~~~~~~~ @@ -28,4 +28,5 @@ Documentation Contributors ~~~~~~~~~~~~ * Silvana Ayala (:ghuser:`shirubana`) -* Chris Deline (:ghuser:`cdeline`) \ No newline at end of file +* Chris Deline (:ghuser:`cdeline`) +* Kevin Anderson (:ghuser:`kandersolar`) \ No newline at end of file diff --git a/setup.py b/setup.py index 9d761014..214a8e88 100644 --- a/setup.py +++ b/setup.py @@ -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',