Skip to content

Commit

Permalink
Update scipy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm authored Jan 21, 2025
1 parent 7d9f647 commit 9e4871c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion recipe/patch_yaml/scipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@

if:
name: scipy
version_le: 1.9.2
version: 1.9.2
timestamp_lt: 1737471013000

then:
- replace_depends:
old: numpy >=1.20.3,<2.0a0
new: numpy >=1.20.3,<1.26.0

---

if:
name: scipy
version_le: 1.9.1
version_ge: 1.9.0
timestamp_lt: 1737471013000

Expand Down

0 comments on commit 9e4871c

Please sign in to comment.