OSeMOSYS / otoole

OSeMOSYS Tools for Energy
https://otoole.readthedocs.io
MIT License
23 stars 17 forks source link

Downgrade Pandas #154

Closed trevorb1 closed 1 year ago

trevorb1 commented 1 year ago

With the recent release of pandas 2.0, some tests in otoole are failing. Seems like the failing tests are caused by some regular expressions and data type inconsistencies. Constraining pandas to pandas<2.0 (which results in installing pandas 1.5.3) all tests work fine.