Skip to content

Commit

Permalink
Merge pull request #4 from AnacondaRecipes/numpy2-rebuild
Browse files Browse the repository at this point in the history
ensure numpy 2 compat
  • Loading branch information
JamesRobertsonGames authored Jan 27, 2025
2 parents cc69961 + 9943661 commit a6efa1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
build_env_vars:
ANACONDA_ROCKET_ENABLE_PY313 : yes
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "contourpy" %}
{% set version = "1.3.1" %}
{% set version = "1.2.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/contourpy-{{ version }}.tar.gz
sha256: dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699
sha256: 4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c

build:
number: 0
skip: true # [py<310]
number: 1
skip: true # [py<39]
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
missing_dso_whitelist: # [s390x]
- $RPATH/ld64.so.1 # [s390x]
Expand All @@ -21,10 +21,10 @@ requirements:
- {{ compiler('cxx') }}
host:
- pip
- meson >=1.2.0
- pybind11 >=2.13.2,!=2.13.3
- meson ==1.2.1
- meson-python ==0.13.1
- pybind11 ==2.10.4
- python
- meson-python >=0.13.1
run:
- python
- numpy >=1.23
Expand Down

0 comments on commit a6efa1b

Please sign in to comment.