Skip to content

Commit

Permalink
Proper old numpy dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Nov 11, 2024
1 parent 36be05d commit 7114e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/patch_yaml/imod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ if:
name: imod
timestamp_le: 1731329388000
version_le: "0.17.1"
has_depends: numpy >=2.0
has_depends: numpy
then:
- replace_depends:
old: numpy >=2.0
old: numpy
new: numpy <2.0

0 comments on commit 7114e34

Please sign in to comment.