Skip to content

Commit

Permalink
numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalkersb committed Feb 21, 2025
1 parent a8fd7a6 commit f8fcc9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "4.0.0" %}
{% set version = "4.1.0" %}
{% set tag = "v" + version %}

package:
Expand All @@ -10,7 +10,7 @@ source:
fn: pydusa-{{ tag }}.tar.gz

build:
number: 2
number: 0
skip: True # [win]
skip: True # [py < 311]

Expand All @@ -21,17 +21,17 @@ requirements:
- sysroot_linux-64 2.17 # [linux64]
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- numpy >=2 # [build_platform != target_platform]
- gnuconfig # [unix]
- openmpi # [build_platform != target_platform]
host:
- python
- numpy
- numpy >=2
- openmpi
- fftw
run:
- python
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x.x') }}
- {{ pin_compatible('numpy', min_pin='2.x', max_pin='2.x') }}
- openmpi
- fftw

Expand Down

0 comments on commit f8fcc9d

Please sign in to comment.