Skip to content

Commit

Permalink
Release 0.5.3a2
Browse files Browse the repository at this point in the history
This alpha in particular pins numpy to < 2.0.0, so that Pyomo works.
  • Loading branch information
p-snft committed Jun 21, 2024
1 parent 63f41a1 commit 155cc70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/whatsnew/v0-5-3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Other changes
Known issues
############

* Incompatible to numpy >= 2.0.0. This is because of Pyomo, but we have to
enforce a lower version in our package.

Contributors
############

Expand Down
2 changes: 1 addition & 1 deletion src/oemof/solph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.3a1"
__version__ = "0.5.3a2"

from . import buses
from . import components
Expand Down

0 comments on commit 155cc70

Please sign in to comment.