oemof / oemof-tabular

Load oemof energy systems from tabular data sources.
https://oemof-tabular.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Fix: requires numpy <2.0.0 #181

Closed SabineHaas closed 3 months ago

SabineHaas commented 3 months ago

Fix for error:

AttributeError: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead.