Skip to content

Commit

Permalink
Merge pull request #3 from AnacondaRecipes/PKG-6199
Browse files Browse the repository at this point in the history
update to 1.3.1
  • Loading branch information
cbouss authored Nov 25, 2024
2 parents a89d03c + c5ba9da commit cc69961
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build_env_vars:
ANACONDA_ROCKET_ENABLE_PY313 : yes
17 changes: 9 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
{% set name = "contourpy" %}
{% set version = "1.2.0" %}
{% set version = "1.3.1" %}

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

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

build:
number: 0
skip: true # [py<39]
skip: true # [py<310]
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
missing_dso_whitelist: # [s390x]
- $RPATH/ld64.so.1 # [s390x]

requirements:
build:
- {{ compiler('cxx') }}
host:
- pip
- meson ==1.2.1
- meson-python ==0.13.1
- pybind11 ==2.10.4
- meson >=1.2.0
- pybind11 >=2.13.2,!=2.13.3
- python
- meson-python >=0.13.1
run:
- python
- numpy >=1.20,<2
- numpy >=1.23

test:
imports:
Expand All @@ -49,7 +51,6 @@ about:
ContourPy is a Python library for calculating contours of 2D quadrilateral
grids. It is written in C++11 and wrapped using pybind11.
doc_url: https://contourpy.readthedocs.io
doc_sourc_url: https://github.com/contourpy/contourpy/tree/main/docs
dev_url: https://github.com/contourpy/contourpy

extra:
Expand Down

0 comments on commit cc69961

Please sign in to comment.