Skip to content

Commit

Permalink
Merge pull request #1044 from oemof/fix/oemof_network_requirement
Browse files Browse the repository at this point in the history
Set oemof.network requirement to stable release
  • Loading branch information
p-snft authored Feb 5, 2024
2 parents 23bceff + f1187db commit 544ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def read(*names, **kwargs):
"pyomo >= 6.6.0, < 7.0",
"networkx",
"oemof.tools >= 0.4.2",
"oemof.network >= 0.5.0a1",
"oemof.network >= 0.5.0",
],
extras_require={
"dev": [
Expand Down

0 comments on commit 544ffc8

Please sign in to comment.