Skip to content

Commit

Permalink
Fix: requires numpy <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed Aug 20, 2024
1 parent 131f250 commit cc9695b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +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",
],
extras_require={
"cli": ["click"],
Expand Down

0 comments on commit cc9695b

Please sign in to comment.