Skip to content

Commit

Permalink
only python>=3.9 & noarch
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Apr 20, 2024
1 parent 796d9a0 commit 9305679
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions recipe/patch_yaml/numpy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
if:
has_depends: numpy?( *)
has_depends: python >=3.9*
timestamp_lt: 1713569710960
then:
- tighten_depends:
name: numpy
upper_bound: "2.0"
---
if:
has_depends: numpy?( *)
has_depends: python >=3.10*
timestamp_lt: 1713569710960
then:
- tighten_depends:
name: numpy
upper_bound: "2.0"
---
if:
has_depends: numpy?( *)
has_depends: python >=3.11*
timestamp_lt: 1713569710960
then:
- tighten_depends:
name: numpy
upper_bound: "2.0"
---
if:
has_depends: numpy?( *)
has_depends: python >=3.12*
timestamp_lt: 1713569710960
then:
- tighten_depends:
name: numpy
upper_bound: "2.0"

---
if:
has_depends: numpy?( *)
subdir_in: noarch
timestamp_lt: 1713569710960
then:
- tighten_depends:
Expand Down

0 comments on commit 9305679

Please sign in to comment.