catalyst-cooperative / rmi-energy-communities

Partnership between Catalyst and RMI to identify energy communities as defined by the Inflation Reduction Act
MIT License
4 stars 2 forks source link

Fix openpyxl issue reading excel files #82

Closed katie-lamb closed 1 year ago

katie-lamb commented 1 year ago

Version 3.1.1 of openpyxl, which is a dependency for pandas broke pd.read_excel. See this issue. The bug has been addressed and fixed with this commit but I'm pinning openpyxl to 3.1.0 until there is a release of openpyxl with the bug fix.

This PR just pins openpyxl to 3.1.0.