NREL / bifacial_radiance

Toolkit for working with RADIANCE for the ray-trace modeling of Bifacial Photovoltaics
https://bifacial-radiance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
83 stars 46 forks source link

forestall pandas 2.0 errors by making pandas < 2.0 in setup.py. #484

Closed cdeline closed 8 months ago

cdeline commented 8 months ago

As stated in #449, we haven't quite fixed Pandas 2.0 errors yet. This is now breaking tests in --upgrade-strategy-eager test profiles. Until we fix it, require Pandas < 2.0 in setup.py

cdeline commented 8 months ago

The docker test is still failing on Main (but works on Development for some reason?) This is outside my area of expertise - hopefully we can fix this in a later PR.

cdeline commented 8 months ago

Merging this for now while we work on other Pandas 2.0 fixes.