Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marie-Claire Gering <[email protected]>
  • Loading branch information
SabineHaas and MaGering authored Aug 20, 2024
1 parent cc9695b commit 6756f0a
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 @@ -75,7 +75,7 @@ def read(*names, **kwargs):
"oemof.network==0.5.0a4", # Temporal fix due to braking changes in 0.5.1
"paramiko",
"toml",
"numpy<2.0.0",
"numpy<2.0.0", # To be deleted with higher oemof.solph version
],
extras_require={
"cli": ["click"],
Expand Down

0 comments on commit 6756f0a

Please sign in to comment.