Skip to content

Commit

Permalink
Merge pull request #181 from oemof/fix/numpy
Browse files Browse the repository at this point in the history
Fix: requires numpy <2.0.0
  • Loading branch information
SabineHaas authored Aug 20, 2024
2 parents 131f250 + 6756f0a commit a18459d
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", # To be deleted with higher oemof.solph version
],
extras_require={
"cli": ["click"],
Expand Down

0 comments on commit a18459d

Please sign in to comment.