From f40d2c5162c8fcda9d2e04da2f78b6ad7c67d846 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 4 May 2024 23:47:46 +0000 Subject: [PATCH 01/10] updated v6.1.0 --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 98b90ee..5354984 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "6.0.1" %} +{% set version = "6.1.0" %} package: name: astropy @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/a/astropy/astropy-{{ version }}.tar.gz - sha256: 89a975de356d0608e74f1f493442fb3acbbb7a85b739e074460bb0340014b39c + sha256: 6c3b915f10b1576190730ddce45f6245f9927dda3de6e3f692db45779708950f build: entry_points: @@ -29,6 +29,7 @@ requirements: - cython >=3.0.0,<3.1.0 # [build_platform != target_platform] - numpy # [build_platform != target_platform] - {{ compiler('c') }} + - {{ stdlib("c") }} host: - python - pip From 439573ec03181e56319aafa4904f7cc3c4d34c2d Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 4 May 2024 23:49:30 +0000 Subject: [PATCH 02/10] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and conda-forge-pinning 2024.05.04.22.40.24 --- .azure-pipelines/azure-pipelines-osx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 0b2e122..8571092 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,7 +5,7 @@ jobs: - job: osx pool: - vmImage: macOS-11 + vmImage: macOS-12 strategy: matrix: osx_64_numpy1.22python3.10.____cpython: From 75d0f0b92db5e172722b8d4a7e693465ad202362 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Sun, 5 May 2024 10:51:03 -0500 Subject: [PATCH 03/10] Update a couple of requirements --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5354984..dcb64b4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,7 +20,7 @@ build: - wcslint = astropy.wcs.wcslint:main number: 0 script: {{ PYTHON }} -m pip install . -vv - skip: true # [py<39] + skip: true # [py<310] requirements: build: @@ -44,7 +44,7 @@ requirements: - {{ pin_compatible("numpy") }} - numpy <2 - pyerfa >=2.0.1.1 - - astropy-iers-data >=0.2024.2.26.0.28.55 + - astropy-iers-data >=0.2024.4.29.0.28.48 - importlib-metadata - pyyaml >=3.13 - packaging >=19.0 From b09a4c0ccb32332b71f2e4b10343f6118f3b8212 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 15:53:30 +0000 Subject: [PATCH 04/10] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and conda-forge-pinning 2024.05.05.00.21.09 --- .azure-pipelines/azure-pipelines-linux.yml | 24 ------ .azure-pipelines/azure-pipelines-osx.yml | 9 --- .azure-pipelines/azure-pipelines-win.yml | 6 -- ...nux_64_numpy1.22python3.9.____73_pypy.yaml | 31 -------- ...nux_64_numpy1.22python3.9.____cpython.yaml | 31 -------- ...arch64_numpy1.22python3.9.____73_pypy.yaml | 35 --------- ...arch64_numpy1.22python3.9.____cpython.yaml | 35 --------- ...pc64le_numpy1.22python3.9.____73_pypy.yaml | 31 -------- ...pc64le_numpy1.22python3.9.____cpython.yaml | 31 -------- ...osx_64_numpy1.22python3.9.____73_pypy.yaml | 29 ------- ...osx_64_numpy1.22python3.9.____cpython.yaml | 29 ------- ..._arm64_numpy1.22python3.9.____cpython.yaml | 29 ------- ...win_64_numpy1.22python3.9.____73_pypy.yaml | 21 ----- ...win_64_numpy1.22python3.9.____cpython.yaml | 21 ----- README.md | 77 ------------------- 15 files changed, 439 deletions(-) delete mode 100644 .ci_support/linux_64_numpy1.22python3.9.____73_pypy.yaml delete mode 100644 .ci_support/linux_64_numpy1.22python3.9.____cpython.yaml delete mode 100644 .ci_support/linux_aarch64_numpy1.22python3.9.____73_pypy.yaml delete mode 100644 .ci_support/linux_aarch64_numpy1.22python3.9.____cpython.yaml delete mode 100644 .ci_support/linux_ppc64le_numpy1.22python3.9.____73_pypy.yaml delete mode 100644 .ci_support/linux_ppc64le_numpy1.22python3.9.____cpython.yaml delete mode 100644 .ci_support/osx_64_numpy1.22python3.9.____73_pypy.yaml delete mode 100644 .ci_support/osx_64_numpy1.22python3.9.____cpython.yaml delete mode 100644 .ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml delete mode 100644 .ci_support/win_64_numpy1.22python3.9.____73_pypy.yaml delete mode 100644 .ci_support/win_64_numpy1.22python3.9.____cpython.yaml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index f27d1c9..e8056f1 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -12,14 +12,6 @@ jobs: CONFIG: linux_64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.22python3.9.____73_pypy: - CONFIG: linux_64_numpy1.22python3.9.____73_pypy - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.22python3.9.____cpython: - CONFIG: linux_64_numpy1.22python3.9.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_numpy1.23python3.11.____cpython: CONFIG: linux_64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' @@ -32,14 +24,6 @@ jobs: CONFIG: linux_aarch64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.22python3.9.____73_pypy: - CONFIG: linux_aarch64_numpy1.22python3.9.____73_pypy - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.22python3.9.____cpython: - CONFIG: linux_aarch64_numpy1.22python3.9.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_aarch64_numpy1.23python3.11.____cpython: CONFIG: linux_aarch64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' @@ -52,14 +36,6 @@ jobs: CONFIG: linux_ppc64le_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.22python3.9.____73_pypy: - CONFIG: linux_ppc64le_numpy1.22python3.9.____73_pypy - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.22python3.9.____cpython: - CONFIG: linux_ppc64le_numpy1.22python3.9.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_ppc64le_numpy1.23python3.11.____cpython: CONFIG: linux_ppc64le_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 8571092..a3383f4 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -11,12 +11,6 @@ jobs: osx_64_numpy1.22python3.10.____cpython: CONFIG: osx_64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.22python3.9.____73_pypy: - CONFIG: osx_64_numpy1.22python3.9.____73_pypy - UPLOAD_PACKAGES: 'True' - osx_64_numpy1.22python3.9.____cpython: - CONFIG: osx_64_numpy1.22python3.9.____cpython - UPLOAD_PACKAGES: 'True' osx_64_numpy1.23python3.11.____cpython: CONFIG: osx_64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' @@ -26,9 +20,6 @@ jobs: osx_arm64_numpy1.22python3.10.____cpython: CONFIG: osx_arm64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.22python3.9.____cpython: - CONFIG: osx_arm64_numpy1.22python3.9.____cpython - UPLOAD_PACKAGES: 'True' osx_arm64_numpy1.23python3.11.____cpython: CONFIG: osx_arm64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 68a342f..ee6d172 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -11,12 +11,6 @@ jobs: win_64_numpy1.22python3.10.____cpython: CONFIG: win_64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.22python3.9.____73_pypy: - CONFIG: win_64_numpy1.22python3.9.____73_pypy - UPLOAD_PACKAGES: 'True' - win_64_numpy1.22python3.9.____cpython: - CONFIG: win_64_numpy1.22python3.9.____cpython - UPLOAD_PACKAGES: 'True' win_64_numpy1.23python3.11.____cpython: CONFIG: win_64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.ci_support/linux_64_numpy1.22python3.9.____73_pypy.yaml b/.ci_support/linux_64_numpy1.22python3.9.____73_pypy.yaml deleted file mode 100644 index f4aca31..0000000 --- a/.ci_support/linux_64_numpy1.22python3.9.____73_pypy.yaml +++ /dev/null @@ -1,31 +0,0 @@ -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_73_pypy -target_platform: -- linux-64 -zip_keys: -- - c_stdlib_version - - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml b/.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml deleted file mode 100644 index 29faaab..0000000 --- a/.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml +++ /dev/null @@ -1,31 +0,0 @@ -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -target_platform: -- linux-64 -zip_keys: -- - c_stdlib_version - - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_aarch64_numpy1.22python3.9.____73_pypy.yaml b/.ci_support/linux_aarch64_numpy1.22python3.9.____73_pypy.yaml deleted file mode 100644 index 063e837..0000000 --- a/.ci_support/linux_aarch64_numpy1.22python3.9.____73_pypy.yaml +++ /dev/null @@ -1,35 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_73_pypy -target_platform: -- linux-aarch64 -zip_keys: -- - c_stdlib_version - - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_aarch64_numpy1.22python3.9.____cpython.yaml b/.ci_support/linux_aarch64_numpy1.22python3.9.____cpython.yaml deleted file mode 100644 index 1379d9b..0000000 --- a/.ci_support/linux_aarch64_numpy1.22python3.9.____cpython.yaml +++ /dev/null @@ -1,35 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -target_platform: -- linux-aarch64 -zip_keys: -- - c_stdlib_version - - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_ppc64le_numpy1.22python3.9.____73_pypy.yaml b/.ci_support/linux_ppc64le_numpy1.22python3.9.____73_pypy.yaml deleted file mode 100644 index 7711ac8..0000000 --- a/.ci_support/linux_ppc64le_numpy1.22python3.9.____73_pypy.yaml +++ /dev/null @@ -1,31 +0,0 @@ -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_73_pypy -target_platform: -- linux-ppc64le -zip_keys: -- - c_stdlib_version - - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_ppc64le_numpy1.22python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.22python3.9.____cpython.yaml deleted file mode 100644 index cfce231..0000000 --- a/.ci_support/linux_ppc64le_numpy1.22python3.9.____cpython.yaml +++ /dev/null @@ -1,31 +0,0 @@ -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -target_platform: -- linux-ppc64le -zip_keys: -- - c_stdlib_version - - cdt_name -- - python - - numpy diff --git a/.ci_support/osx_64_numpy1.22python3.9.____73_pypy.yaml b/.ci_support/osx_64_numpy1.22python3.9.____73_pypy.yaml deleted file mode 100644 index c4926bc..0000000 --- a/.ci_support/osx_64_numpy1.22python3.9.____73_pypy.yaml +++ /dev/null @@ -1,29 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -c_compiler: -- clang -c_compiler_version: -- '16' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '10.9' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_73_pypy -target_platform: -- osx-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml b/.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml deleted file mode 100644 index 52bdb81..0000000 --- a/.ci_support/osx_64_numpy1.22python3.9.____cpython.yaml +++ /dev/null @@ -1,29 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -c_compiler: -- clang -c_compiler_version: -- '16' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '10.9' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -target_platform: -- osx-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml b/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml deleted file mode 100644 index 987526c..0000000 --- a/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml +++ /dev/null @@ -1,29 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '16' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '11.0' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -target_platform: -- osx-arm64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/win_64_numpy1.22python3.9.____73_pypy.yaml b/.ci_support/win_64_numpy1.22python3.9.____73_pypy.yaml deleted file mode 100644 index f934a16..0000000 --- a/.ci_support/win_64_numpy1.22python3.9.____73_pypy.yaml +++ /dev/null @@ -1,21 +0,0 @@ -c_compiler: -- vs2019 -c_stdlib: -- vs -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_73_pypy -target_platform: -- win-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/win_64_numpy1.22python3.9.____cpython.yaml b/.ci_support/win_64_numpy1.22python3.9.____cpython.yaml deleted file mode 100644 index 4f9b36a..0000000 --- a/.ci_support/win_64_numpy1.22python3.9.____cpython.yaml +++ /dev/null @@ -1,21 +0,0 @@ -c_compiler: -- vs2019 -c_stdlib: -- vs -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -target_platform: -- win-64 -zip_keys: -- - python - - numpy diff --git a/README.md b/README.md index dcb69a4..09a3211 100644 --- a/README.md +++ b/README.md @@ -42,20 +42,6 @@ Current build status variant - - linux_64_numpy1.22python3.9.____73_pypy - - - variant - - - - linux_64_numpy1.22python3.9.____cpython - - - variant - - linux_64_numpy1.23python3.11.____cpython @@ -77,20 +63,6 @@ Current build status variant - - linux_aarch64_numpy1.22python3.9.____73_pypy - - - variant - - - - linux_aarch64_numpy1.22python3.9.____cpython - - - variant - - linux_aarch64_numpy1.23python3.11.____cpython @@ -112,20 +84,6 @@ Current build status variant - - linux_ppc64le_numpy1.22python3.9.____73_pypy - - - variant - - - - linux_ppc64le_numpy1.22python3.9.____cpython - - - variant - - linux_ppc64le_numpy1.23python3.11.____cpython @@ -147,20 +105,6 @@ Current build status variant - - osx_64_numpy1.22python3.9.____73_pypy - - - variant - - - - osx_64_numpy1.22python3.9.____cpython - - - variant - - osx_64_numpy1.23python3.11.____cpython @@ -182,13 +126,6 @@ Current build status variant - - osx_arm64_numpy1.22python3.9.____cpython - - - variant - - osx_arm64_numpy1.23python3.11.____cpython @@ -210,20 +147,6 @@ Current build status variant - - win_64_numpy1.22python3.9.____73_pypy - - - variant - - - - win_64_numpy1.22python3.9.____cpython - - - variant - - win_64_numpy1.23python3.11.____cpython From 8def1ddb3df15ca68355845c25b0f881ce7ee0c5 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Sun, 5 May 2024 10:53:44 -0500 Subject: [PATCH 05/10] Update numpy dependencies --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index dcb64b4..1d30f80 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -27,7 +27,7 @@ requirements: - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - cython >=3.0.0,<3.1.0 # [build_platform != target_platform] - - numpy # [build_platform != target_platform] + - numpy >=2.0.0rc1 # [build_platform != target_platform] - {{ compiler('c') }} - {{ stdlib("c") }} host: @@ -38,11 +38,11 @@ requirements: - cython >=3.0.0,<3.1.0 - setuptools_scm >=6.2 - extension-helpers =1 - - numpy + - numpy >=2.0.0rc1 run: - python - {{ pin_compatible("numpy") }} - - numpy <2 + - numpy >1.23 - pyerfa >=2.0.1.1 - astropy-iers-data >=0.2024.4.29.0.28.48 - importlib-metadata From 1c9e0220fea2d152a4161de49d80546b233cbecd Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 15:55:58 +0000 Subject: [PATCH 06/10] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and conda-forge-pinning 2024.05.05.00.21.09 --- .azure-pipelines/azure-pipelines-linux.yml | 36 +++++----- .azure-pipelines/azure-pipelines-osx.yml | 24 +++---- .azure-pipelines/azure-pipelines-win.yml | 12 ++-- ...l => linux_64_python3.10.____cpython.yaml} | 4 -- ...l => linux_64_python3.11.____cpython.yaml} | 4 -- ...l => linux_64_python3.12.____cpython.yaml} | 4 -- ...linux_aarch64_python3.10.____cpython.yaml} | 4 -- ...linux_aarch64_python3.11.____cpython.yaml} | 4 -- ...linux_aarch64_python3.12.____cpython.yaml} | 4 -- ...linux_ppc64le_python3.10.____cpython.yaml} | 4 -- ...linux_ppc64le_python3.11.____cpython.yaml} | 4 -- ...linux_ppc64le_python3.12.____cpython.yaml} | 4 -- ...aml => osx_64_python3.10.____cpython.yaml} | 5 -- ...aml => osx_64_python3.11.____cpython.yaml} | 5 -- ...aml => osx_64_python3.12.____cpython.yaml} | 5 -- ... => osx_arm64_python3.10.____cpython.yaml} | 5 -- ... => osx_arm64_python3.11.____cpython.yaml} | 5 -- ... => osx_arm64_python3.12.____cpython.yaml} | 5 -- ...aml => win_64_python3.10.____cpython.yaml} | 5 -- ...aml => win_64_python3.11.____cpython.yaml} | 5 -- ...aml => win_64_python3.12.____cpython.yaml} | 5 -- README.md | 72 +++++++++---------- 22 files changed, 72 insertions(+), 153 deletions(-) rename .ci_support/{linux_64_numpy1.22python3.10.____cpython.yaml => linux_64_python3.10.____cpython.yaml} (91%) rename .ci_support/{linux_64_numpy1.23python3.11.____cpython.yaml => linux_64_python3.11.____cpython.yaml} (91%) rename .ci_support/{linux_64_numpy1.26python3.12.____cpython.yaml => linux_64_python3.12.____cpython.yaml} (91%) rename .ci_support/{linux_aarch64_numpy1.22python3.10.____cpython.yaml => linux_aarch64_python3.10.____cpython.yaml} (92%) rename .ci_support/{linux_aarch64_numpy1.23python3.11.____cpython.yaml => linux_aarch64_python3.11.____cpython.yaml} (92%) rename .ci_support/{linux_aarch64_numpy1.26python3.12.____cpython.yaml => linux_aarch64_python3.12.____cpython.yaml} (92%) rename .ci_support/{linux_ppc64le_numpy1.22python3.10.____cpython.yaml => linux_ppc64le_python3.10.____cpython.yaml} (91%) rename .ci_support/{linux_ppc64le_numpy1.23python3.11.____cpython.yaml => linux_ppc64le_python3.11.____cpython.yaml} (91%) rename .ci_support/{linux_ppc64le_numpy1.26python3.12.____cpython.yaml => linux_ppc64le_python3.12.____cpython.yaml} (91%) rename .ci_support/{osx_64_numpy1.22python3.10.____cpython.yaml => osx_64_python3.10.____cpython.yaml} (88%) rename .ci_support/{osx_64_numpy1.23python3.11.____cpython.yaml => osx_64_python3.11.____cpython.yaml} (88%) rename .ci_support/{osx_64_numpy1.26python3.12.____cpython.yaml => osx_64_python3.12.____cpython.yaml} (88%) rename .ci_support/{osx_arm64_numpy1.22python3.10.____cpython.yaml => osx_arm64_python3.10.____cpython.yaml} (88%) rename .ci_support/{osx_arm64_numpy1.23python3.11.____cpython.yaml => osx_arm64_python3.11.____cpython.yaml} (88%) rename .ci_support/{osx_arm64_numpy1.26python3.12.____cpython.yaml => osx_arm64_python3.12.____cpython.yaml} (88%) rename .ci_support/{win_64_numpy1.22python3.10.____cpython.yaml => win_64_python3.10.____cpython.yaml} (82%) rename .ci_support/{win_64_numpy1.23python3.11.____cpython.yaml => win_64_python3.11.____cpython.yaml} (82%) rename .ci_support/{win_64_numpy1.26python3.12.____cpython.yaml => win_64_python3.12.____cpython.yaml} (82%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index e8056f1..5bce94e 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,40 +8,40 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_numpy1.22python3.10.____cpython: - CONFIG: linux_64_numpy1.22python3.10.____cpython + linux_64_python3.10.____cpython: + CONFIG: linux_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.23python3.11.____cpython: - CONFIG: linux_64_numpy1.23python3.11.____cpython + linux_64_python3.11.____cpython: + CONFIG: linux_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.26python3.12.____cpython: - CONFIG: linux_64_numpy1.26python3.12.____cpython + linux_64_python3.12.____cpython: + CONFIG: linux_64_python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.22python3.10.____cpython: - CONFIG: linux_aarch64_numpy1.22python3.10.____cpython + linux_aarch64_python3.10.____cpython: + CONFIG: linux_aarch64_python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.23python3.11.____cpython: - CONFIG: linux_aarch64_numpy1.23python3.11.____cpython + linux_aarch64_python3.11.____cpython: + CONFIG: linux_aarch64_python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.26python3.12.____cpython: - CONFIG: linux_aarch64_numpy1.26python3.12.____cpython + linux_aarch64_python3.12.____cpython: + CONFIG: linux_aarch64_python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.22python3.10.____cpython: - CONFIG: linux_ppc64le_numpy1.22python3.10.____cpython + linux_ppc64le_python3.10.____cpython: + CONFIG: linux_ppc64le_python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.23python3.11.____cpython: - CONFIG: linux_ppc64le_numpy1.23python3.11.____cpython + linux_ppc64le_python3.11.____cpython: + CONFIG: linux_ppc64le_python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.26python3.12.____cpython: - CONFIG: linux_ppc64le_numpy1.26python3.12.____cpython + linux_ppc64le_python3.12.____cpython: + CONFIG: linux_ppc64le_python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index a3383f4..90a84b3 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,23 +8,23 @@ jobs: vmImage: macOS-12 strategy: matrix: - osx_64_numpy1.22python3.10.____cpython: - CONFIG: osx_64_numpy1.22python3.10.____cpython + osx_64_python3.10.____cpython: + CONFIG: osx_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.23python3.11.____cpython: - CONFIG: osx_64_numpy1.23python3.11.____cpython + osx_64_python3.11.____cpython: + CONFIG: osx_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.26python3.12.____cpython: - CONFIG: osx_64_numpy1.26python3.12.____cpython + osx_64_python3.12.____cpython: + CONFIG: osx_64_python3.12.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.22python3.10.____cpython: - CONFIG: osx_arm64_numpy1.22python3.10.____cpython + osx_arm64_python3.10.____cpython: + CONFIG: osx_arm64_python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.23python3.11.____cpython: - CONFIG: osx_arm64_numpy1.23python3.11.____cpython + osx_arm64_python3.11.____cpython: + CONFIG: osx_arm64_python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.26python3.12.____cpython: - CONFIG: osx_arm64_numpy1.26python3.12.____cpython + osx_arm64_python3.12.____cpython: + CONFIG: osx_arm64_python3.12.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index ee6d172..4e78019 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,14 +8,14 @@ jobs: vmImage: windows-2022 strategy: matrix: - win_64_numpy1.22python3.10.____cpython: - CONFIG: win_64_numpy1.22python3.10.____cpython + win_64_python3.10.____cpython: + CONFIG: win_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.23python3.11.____cpython: - CONFIG: win_64_numpy1.23python3.11.____cpython + win_64_python3.11.____cpython: + CONFIG: win_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.26python3.12.____cpython: - CONFIG: win_64_numpy1.26python3.12.____cpython + win_64_python3.12.____cpython: + CONFIG: win_64_python3.12.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: diff --git a/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml rename to .ci_support/linux_64_python3.10.____cpython.yaml index 3e17d40..3b5a9c7 100644 --- a/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' pin_run_as_build: python: min_pin: x.x @@ -27,5 +25,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/linux_64_python3.11.____cpython.yaml index 5a88f37..9824f70 100644 --- a/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_64_python3.11.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.23' pin_run_as_build: python: min_pin: x.x @@ -27,5 +25,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_64_numpy1.26python3.12.____cpython.yaml b/.ci_support/linux_64_python3.12.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_numpy1.26python3.12.____cpython.yaml rename to .ci_support/linux_64_python3.12.____cpython.yaml index 453abb9..6c03157 100644 --- a/.ci_support/linux_64_numpy1.26python3.12.____cpython.yaml +++ b/.ci_support/linux_64_python3.12.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.26' pin_run_as_build: python: min_pin: x.x @@ -27,5 +25,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml b/.ci_support/linux_aarch64_python3.10.____cpython.yaml similarity index 92% rename from .ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml rename to .ci_support/linux_aarch64_python3.10.____cpython.yaml index 8e4a7fa..73cc7f2 100644 --- a/.ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.10.____cpython.yaml @@ -18,8 +18,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' pin_run_as_build: python: min_pin: x.x @@ -31,5 +29,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_aarch64_python3.11.____cpython.yaml similarity index 92% rename from .ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/linux_aarch64_python3.11.____cpython.yaml index 7607eb5..618f164 100644 --- a/.ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.11.____cpython.yaml @@ -18,8 +18,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.23' pin_run_as_build: python: min_pin: x.x @@ -31,5 +29,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml b/.ci_support/linux_aarch64_python3.12.____cpython.yaml similarity index 92% rename from .ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml rename to .ci_support/linux_aarch64_python3.12.____cpython.yaml index 8b9d5c7..00fc090 100644 --- a/.ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.12.____cpython.yaml @@ -18,8 +18,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.26' pin_run_as_build: python: min_pin: x.x @@ -31,5 +29,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_ppc64le_numpy1.22python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_numpy1.22python3.10.____cpython.yaml rename to .ci_support/linux_ppc64le_python3.10.____cpython.yaml index 420876f..297ca06 100644 --- a/.ci_support/linux_ppc64le_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.22' pin_run_as_build: python: min_pin: x.x @@ -27,5 +25,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_python3.11.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml rename to .ci_support/linux_ppc64le_python3.11.____cpython.yaml index 0ef9ed0..0aa9ee5 100644 --- a/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.11.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.23' pin_run_as_build: python: min_pin: x.x @@ -27,5 +25,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/linux_ppc64le_numpy1.26python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_python3.12.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_numpy1.26python3.12.____cpython.yaml rename to .ci_support/linux_ppc64le_python3.12.____cpython.yaml index 2a68928..3537eb1 100644 --- a/.ci_support/linux_ppc64le_numpy1.26python3.12.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.12.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.26' pin_run_as_build: python: min_pin: x.x @@ -27,5 +25,3 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name -- - python - - numpy diff --git a/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml similarity index 88% rename from .ci_support/osx_64_numpy1.22python3.10.____cpython.yaml rename to .ci_support/osx_64_python3.10.____cpython.yaml index 0962864..7ed693a 100644 --- a/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main macos_machine: - x86_64-apple-darwin13.4.0 -numpy: -- '1.22' pin_run_as_build: python: min_pin: x.x @@ -24,6 +22,3 @@ python: - 3.10.* *_cpython target_platform: - osx-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml similarity index 88% rename from .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/osx_64_python3.11.____cpython.yaml index 8aa9d78..b4061b9 100644 --- a/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main macos_machine: - x86_64-apple-darwin13.4.0 -numpy: -- '1.23' pin_run_as_build: python: min_pin: x.x @@ -24,6 +22,3 @@ python: - 3.11.* *_cpython target_platform: - osx-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/osx_64_numpy1.26python3.12.____cpython.yaml b/.ci_support/osx_64_python3.12.____cpython.yaml similarity index 88% rename from .ci_support/osx_64_numpy1.26python3.12.____cpython.yaml rename to .ci_support/osx_64_python3.12.____cpython.yaml index 0cfc210..ef5d992 100644 --- a/.ci_support/osx_64_numpy1.26python3.12.____cpython.yaml +++ b/.ci_support/osx_64_python3.12.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main macos_machine: - x86_64-apple-darwin13.4.0 -numpy: -- '1.26' pin_run_as_build: python: min_pin: x.x @@ -24,6 +22,3 @@ python: - 3.12.* *_cpython target_platform: - osx-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml similarity index 88% rename from .ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml rename to .ci_support/osx_arm64_python3.10.____cpython.yaml index d4d8770..b89599e 100644 --- a/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main macos_machine: - arm64-apple-darwin20.0.0 -numpy: -- '1.22' pin_run_as_build: python: min_pin: x.x @@ -24,6 +22,3 @@ python: - 3.10.* *_cpython target_platform: - osx-arm64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml similarity index 88% rename from .ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/osx_arm64_python3.11.____cpython.yaml index d023cd6..e49ab49 100644 --- a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.11.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main macos_machine: - arm64-apple-darwin20.0.0 -numpy: -- '1.23' pin_run_as_build: python: min_pin: x.x @@ -24,6 +22,3 @@ python: - 3.11.* *_cpython target_platform: - osx-arm64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml b/.ci_support/osx_arm64_python3.12.____cpython.yaml similarity index 88% rename from .ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml rename to .ci_support/osx_arm64_python3.12.____cpython.yaml index 3515179..891f30c 100644 --- a/.ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.12.____cpython.yaml @@ -14,8 +14,6 @@ channel_targets: - conda-forge main macos_machine: - arm64-apple-darwin20.0.0 -numpy: -- '1.26' pin_run_as_build: python: min_pin: x.x @@ -24,6 +22,3 @@ python: - 3.12.* *_cpython target_platform: - osx-arm64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/win_64_numpy1.22python3.10.____cpython.yaml b/.ci_support/win_64_python3.10.____cpython.yaml similarity index 82% rename from .ci_support/win_64_numpy1.22python3.10.____cpython.yaml rename to .ci_support/win_64_python3.10.____cpython.yaml index eb95a57..cbeda80 100644 --- a/.ci_support/win_64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/win_64_python3.10.____cpython.yaml @@ -6,8 +6,6 @@ channel_sources: - conda-forge channel_targets: - conda-forge main -numpy: -- '1.22' pin_run_as_build: python: min_pin: x.x @@ -16,6 +14,3 @@ python: - 3.10.* *_cpython target_platform: - win-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/win_64_numpy1.23python3.11.____cpython.yaml b/.ci_support/win_64_python3.11.____cpython.yaml similarity index 82% rename from .ci_support/win_64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/win_64_python3.11.____cpython.yaml index 2ff8393..694c2f3 100644 --- a/.ci_support/win_64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/win_64_python3.11.____cpython.yaml @@ -6,8 +6,6 @@ channel_sources: - conda-forge channel_targets: - conda-forge main -numpy: -- '1.23' pin_run_as_build: python: min_pin: x.x @@ -16,6 +14,3 @@ python: - 3.11.* *_cpython target_platform: - win-64 -zip_keys: -- - python - - numpy diff --git a/.ci_support/win_64_numpy1.26python3.12.____cpython.yaml b/.ci_support/win_64_python3.12.____cpython.yaml similarity index 82% rename from .ci_support/win_64_numpy1.26python3.12.____cpython.yaml rename to .ci_support/win_64_python3.12.____cpython.yaml index 39144c8..3a29ad6 100644 --- a/.ci_support/win_64_numpy1.26python3.12.____cpython.yaml +++ b/.ci_support/win_64_python3.12.____cpython.yaml @@ -6,8 +6,6 @@ channel_sources: - conda-forge channel_targets: - conda-forge main -numpy: -- '1.26' pin_run_as_build: python: min_pin: x.x @@ -16,6 +14,3 @@ python: - 3.12.* *_cpython target_platform: - win-64 -zip_keys: -- - python - - numpy diff --git a/README.md b/README.md index 09a3211..e8f7ceb 100644 --- a/README.md +++ b/README.md @@ -36,129 +36,129 @@ Current build status - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + From 2c80b488928ee3dd070c765b662bb3c09f47a030 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Wed, 8 May 2024 08:58:54 -0500 Subject: [PATCH 07/10] Add patch for pyproject.toml --- recipe/meta.yaml | 6 ++++-- recipe/pyproject.toml.patch | 13 +++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 recipe/pyproject.toml.patch diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1d30f80..dc733b9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -7,6 +7,8 @@ package: source: url: https://pypi.io/packages/source/a/astropy/astropy-{{ version }}.tar.gz sha256: 6c3b915f10b1576190730ddce45f6245f9927dda3de6e3f692db45779708950f + patches: + - pyproject.toml.patch build: entry_points: @@ -27,7 +29,7 @@ requirements: - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - cython >=3.0.0,<3.1.0 # [build_platform != target_platform] - - numpy >=2.0.0rc1 # [build_platform != target_platform] + - numpy # [build_platform != target_platform] - {{ compiler('c') }} - {{ stdlib("c") }} host: @@ -38,7 +40,7 @@ requirements: - cython >=3.0.0,<3.1.0 - setuptools_scm >=6.2 - extension-helpers =1 - - numpy >=2.0.0rc1 + - numpy run: - python - {{ pin_compatible("numpy") }} diff --git a/recipe/pyproject.toml.patch b/recipe/pyproject.toml.patch new file mode 100644 index 0000000..a17c46b --- /dev/null +++ b/recipe/pyproject.toml.patch @@ -0,0 +1,13 @@ +diff --git a/pyproject.toml b/pyproject.toml +index 0082fab10d..0f5f1e9f5a 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -126,7 +126,7 @@ wcslint = "astropy.wcs.wcslint:main" + requires = ["setuptools", + "setuptools_scm>=6.2", + "cython>=3.0.0,<3.1.0", +- "numpy>=2.0.0rc1", # see https://github.com/astropy/astropy/issues/16257 ++ "numpy", # see https://github.com/astropy/astropy/issues/16257 + "extension-helpers==1.*"] + build-backend = "setuptools.build_meta" + From 9c749ae0ac8b58d157a64329cf49b9b190ed1aa0 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:07:09 +0000 Subject: [PATCH 08/10] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and conda-forge-pinning 2024.05.08.12.04.55 --- .azure-pipelines/azure-pipelines-linux.yml | 36 +++++----- .azure-pipelines/azure-pipelines-osx.yml | 24 +++---- .azure-pipelines/azure-pipelines-win.yml | 12 ++-- ...x_64_numpy1.22python3.10.____cpython.yaml} | 4 ++ ...x_64_numpy1.23python3.11.____cpython.yaml} | 4 ++ ...x_64_numpy1.26python3.12.____cpython.yaml} | 4 ++ ...ch64_numpy1.22python3.10.____cpython.yaml} | 4 ++ ...ch64_numpy1.23python3.11.____cpython.yaml} | 4 ++ ...ch64_numpy1.26python3.12.____cpython.yaml} | 4 ++ ...64le_numpy1.22python3.10.____cpython.yaml} | 4 ++ ...64le_numpy1.23python3.11.____cpython.yaml} | 4 ++ ...64le_numpy1.26python3.12.____cpython.yaml} | 4 ++ ...x_64_numpy1.22python3.10.____cpython.yaml} | 9 ++- ...x_64_numpy1.23python3.11.____cpython.yaml} | 9 ++- ...x_64_numpy1.26python3.12.____cpython.yaml} | 9 ++- ...rm64_numpy1.22python3.10.____cpython.yaml} | 5 ++ ...rm64_numpy1.23python3.11.____cpython.yaml} | 5 ++ ...rm64_numpy1.26python3.12.____cpython.yaml} | 5 ++ ...n_64_numpy1.22python3.10.____cpython.yaml} | 5 ++ ...n_64_numpy1.23python3.11.____cpython.yaml} | 5 ++ ...n_64_numpy1.26python3.12.____cpython.yaml} | 5 ++ README.md | 72 +++++++++---------- 22 files changed, 159 insertions(+), 78 deletions(-) rename .ci_support/{linux_64_python3.10.____cpython.yaml => linux_64_numpy1.22python3.10.____cpython.yaml} (91%) rename .ci_support/{linux_64_python3.11.____cpython.yaml => linux_64_numpy1.23python3.11.____cpython.yaml} (91%) rename .ci_support/{linux_64_python3.12.____cpython.yaml => linux_64_numpy1.26python3.12.____cpython.yaml} (91%) rename .ci_support/{linux_aarch64_python3.10.____cpython.yaml => linux_aarch64_numpy1.22python3.10.____cpython.yaml} (92%) rename .ci_support/{linux_aarch64_python3.11.____cpython.yaml => linux_aarch64_numpy1.23python3.11.____cpython.yaml} (92%) rename .ci_support/{linux_aarch64_python3.12.____cpython.yaml => linux_aarch64_numpy1.26python3.12.____cpython.yaml} (92%) rename .ci_support/{linux_ppc64le_python3.10.____cpython.yaml => linux_ppc64le_numpy1.22python3.10.____cpython.yaml} (91%) rename .ci_support/{linux_ppc64le_python3.11.____cpython.yaml => linux_ppc64le_numpy1.23python3.11.____cpython.yaml} (91%) rename .ci_support/{linux_ppc64le_python3.12.____cpython.yaml => linux_ppc64le_numpy1.26python3.12.____cpython.yaml} (91%) rename .ci_support/{osx_64_python3.10.____cpython.yaml => osx_64_numpy1.22python3.10.____cpython.yaml} (84%) rename .ci_support/{osx_64_python3.11.____cpython.yaml => osx_64_numpy1.23python3.11.____cpython.yaml} (84%) rename .ci_support/{osx_64_python3.12.____cpython.yaml => osx_64_numpy1.26python3.12.____cpython.yaml} (84%) rename .ci_support/{osx_arm64_python3.10.____cpython.yaml => osx_arm64_numpy1.22python3.10.____cpython.yaml} (88%) rename .ci_support/{osx_arm64_python3.11.____cpython.yaml => osx_arm64_numpy1.23python3.11.____cpython.yaml} (88%) rename .ci_support/{osx_arm64_python3.12.____cpython.yaml => osx_arm64_numpy1.26python3.12.____cpython.yaml} (88%) rename .ci_support/{win_64_python3.10.____cpython.yaml => win_64_numpy1.22python3.10.____cpython.yaml} (82%) rename .ci_support/{win_64_python3.11.____cpython.yaml => win_64_numpy1.23python3.11.____cpython.yaml} (82%) rename .ci_support/{win_64_python3.12.____cpython.yaml => win_64_numpy1.26python3.12.____cpython.yaml} (82%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 5bce94e..e8056f1 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,40 +8,40 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_python3.10.____cpython: - CONFIG: linux_64_python3.10.____cpython + linux_64_numpy1.22python3.10.____cpython: + CONFIG: linux_64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_python3.11.____cpython: - CONFIG: linux_64_python3.11.____cpython + linux_64_numpy1.23python3.11.____cpython: + CONFIG: linux_64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_python3.12.____cpython: - CONFIG: linux_64_python3.12.____cpython + linux_64_numpy1.26python3.12.____cpython: + CONFIG: linux_64_numpy1.26python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.10.____cpython: - CONFIG: linux_aarch64_python3.10.____cpython + linux_aarch64_numpy1.22python3.10.____cpython: + CONFIG: linux_aarch64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.11.____cpython: - CONFIG: linux_aarch64_python3.11.____cpython + linux_aarch64_numpy1.23python3.11.____cpython: + CONFIG: linux_aarch64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.12.____cpython: - CONFIG: linux_aarch64_python3.12.____cpython + linux_aarch64_numpy1.26python3.12.____cpython: + CONFIG: linux_aarch64_numpy1.26python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.10.____cpython: - CONFIG: linux_ppc64le_python3.10.____cpython + linux_ppc64le_numpy1.22python3.10.____cpython: + CONFIG: linux_ppc64le_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.11.____cpython: - CONFIG: linux_ppc64le_python3.11.____cpython + linux_ppc64le_numpy1.23python3.11.____cpython: + CONFIG: linux_ppc64le_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.12.____cpython: - CONFIG: linux_ppc64le_python3.12.____cpython + linux_ppc64le_numpy1.26python3.12.____cpython: + CONFIG: linux_ppc64le_numpy1.26python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 90a84b3..a3383f4 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,23 +8,23 @@ jobs: vmImage: macOS-12 strategy: matrix: - osx_64_python3.10.____cpython: - CONFIG: osx_64_python3.10.____cpython + osx_64_numpy1.22python3.10.____cpython: + CONFIG: osx_64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.11.____cpython: - CONFIG: osx_64_python3.11.____cpython + osx_64_numpy1.23python3.11.____cpython: + CONFIG: osx_64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.12.____cpython: - CONFIG: osx_64_python3.12.____cpython + osx_64_numpy1.26python3.12.____cpython: + CONFIG: osx_64_numpy1.26python3.12.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.10.____cpython: - CONFIG: osx_arm64_python3.10.____cpython + osx_arm64_numpy1.22python3.10.____cpython: + CONFIG: osx_arm64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.11.____cpython: - CONFIG: osx_arm64_python3.11.____cpython + osx_arm64_numpy1.23python3.11.____cpython: + CONFIG: osx_arm64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.12.____cpython: - CONFIG: osx_arm64_python3.12.____cpython + osx_arm64_numpy1.26python3.12.____cpython: + CONFIG: osx_arm64_numpy1.26python3.12.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 4e78019..ee6d172 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,14 +8,14 @@ jobs: vmImage: windows-2022 strategy: matrix: - win_64_python3.10.____cpython: - CONFIG: win_64_python3.10.____cpython + win_64_numpy1.22python3.10.____cpython: + CONFIG: win_64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.11.____cpython: - CONFIG: win_64_python3.11.____cpython + win_64_numpy1.23python3.11.____cpython: + CONFIG: win_64_numpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.12.____cpython: - CONFIG: win_64_python3.12.____cpython + win_64_numpy1.26python3.12.____cpython: + CONFIG: win_64_numpy1.26python3.12.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: diff --git a/.ci_support/linux_64_python3.10.____cpython.yaml b/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_python3.10.____cpython.yaml rename to .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml index 3b5a9c7..3e17d40 100644 --- a/.ci_support/linux_64_python3.10.____cpython.yaml +++ b/.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.22' pin_run_as_build: python: min_pin: x.x @@ -25,3 +27,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_64_python3.11.____cpython.yaml b/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_python3.11.____cpython.yaml rename to .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml index 9824f70..5a88f37 100644 --- a/.ci_support/linux_64_python3.11.____cpython.yaml +++ b/.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.23' pin_run_as_build: python: min_pin: x.x @@ -25,3 +27,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_64_python3.12.____cpython.yaml b/.ci_support/linux_64_numpy1.26python3.12.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_python3.12.____cpython.yaml rename to .ci_support/linux_64_numpy1.26python3.12.____cpython.yaml index 6c03157..453abb9 100644 --- a/.ci_support/linux_64_python3.12.____cpython.yaml +++ b/.ci_support/linux_64_numpy1.26python3.12.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.26' pin_run_as_build: python: min_pin: x.x @@ -25,3 +27,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_aarch64_python3.10.____cpython.yaml b/.ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml similarity index 92% rename from .ci_support/linux_aarch64_python3.10.____cpython.yaml rename to .ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml index 73cc7f2..8e4a7fa 100644 --- a/.ci_support/linux_aarch64_python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml @@ -18,6 +18,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.22' pin_run_as_build: python: min_pin: x.x @@ -29,3 +31,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_aarch64_python3.11.____cpython.yaml b/.ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml similarity index 92% rename from .ci_support/linux_aarch64_python3.11.____cpython.yaml rename to .ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml index 618f164..7607eb5 100644 --- a/.ci_support/linux_aarch64_python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml @@ -18,6 +18,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.23' pin_run_as_build: python: min_pin: x.x @@ -29,3 +31,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_aarch64_python3.12.____cpython.yaml b/.ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml similarity index 92% rename from .ci_support/linux_aarch64_python3.12.____cpython.yaml rename to .ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml index 00fc090..8b9d5c7 100644 --- a/.ci_support/linux_aarch64_python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml @@ -18,6 +18,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.26' pin_run_as_build: python: min_pin: x.x @@ -29,3 +31,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_ppc64le_python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.22python3.10.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_python3.10.____cpython.yaml rename to .ci_support/linux_ppc64le_numpy1.22python3.10.____cpython.yaml index 297ca06..420876f 100644 --- a/.ci_support/linux_ppc64le_python3.10.____cpython.yaml +++ b/.ci_support/linux_ppc64le_numpy1.22python3.10.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.22' pin_run_as_build: python: min_pin: x.x @@ -25,3 +27,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_ppc64le_python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_python3.11.____cpython.yaml rename to .ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml index 0aa9ee5..0ef9ed0 100644 --- a/.ci_support/linux_ppc64le_python3.11.____cpython.yaml +++ b/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.23' pin_run_as_build: python: min_pin: x.x @@ -25,3 +27,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/linux_ppc64le_python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.26python3.12.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_python3.12.____cpython.yaml rename to .ci_support/linux_ppc64le_numpy1.26python3.12.____cpython.yaml index 3537eb1..2a68928 100644 --- a/.ci_support/linux_ppc64le_python3.12.____cpython.yaml +++ b/.ci_support/linux_ppc64le_numpy1.26python3.12.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +numpy: +- '1.26' pin_run_as_build: python: min_pin: x.x @@ -25,3 +27,5 @@ target_platform: zip_keys: - - c_stdlib_version - cdt_name +- - python + - numpy diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml similarity index 84% rename from .ci_support/osx_64_python3.10.____cpython.yaml rename to .ci_support/osx_64_numpy1.22python3.10.____cpython.yaml index 7ed693a..3acba5f 100644 --- a/.ci_support/osx_64_python3.10.____cpython.yaml +++ b/.ci_support/osx_64_numpy1.22python3.10.____cpython.yaml @@ -1,5 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: -- '10.9' +- '10.13' c_compiler: - clang c_compiler_version: @@ -7,13 +7,15 @@ c_compiler_version: c_stdlib: - macosx_deployment_target c_stdlib_version: -- '10.9' +- '10.13' channel_sources: - conda-forge channel_targets: - conda-forge main macos_machine: - x86_64-apple-darwin13.4.0 +numpy: +- '1.22' pin_run_as_build: python: min_pin: x.x @@ -22,3 +24,6 @@ python: - 3.10.* *_cpython target_platform: - osx-64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml similarity index 84% rename from .ci_support/osx_64_python3.11.____cpython.yaml rename to .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml index b4061b9..135a60e 100644 --- a/.ci_support/osx_64_python3.11.____cpython.yaml +++ b/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml @@ -1,5 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: -- '10.9' +- '10.13' c_compiler: - clang c_compiler_version: @@ -7,13 +7,15 @@ c_compiler_version: c_stdlib: - macosx_deployment_target c_stdlib_version: -- '10.9' +- '10.13' channel_sources: - conda-forge channel_targets: - conda-forge main macos_machine: - x86_64-apple-darwin13.4.0 +numpy: +- '1.23' pin_run_as_build: python: min_pin: x.x @@ -22,3 +24,6 @@ python: - 3.11.* *_cpython target_platform: - osx-64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/osx_64_python3.12.____cpython.yaml b/.ci_support/osx_64_numpy1.26python3.12.____cpython.yaml similarity index 84% rename from .ci_support/osx_64_python3.12.____cpython.yaml rename to .ci_support/osx_64_numpy1.26python3.12.____cpython.yaml index ef5d992..e8d30fd 100644 --- a/.ci_support/osx_64_python3.12.____cpython.yaml +++ b/.ci_support/osx_64_numpy1.26python3.12.____cpython.yaml @@ -1,5 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: -- '10.9' +- '10.13' c_compiler: - clang c_compiler_version: @@ -7,13 +7,15 @@ c_compiler_version: c_stdlib: - macosx_deployment_target c_stdlib_version: -- '10.9' +- '10.13' channel_sources: - conda-forge channel_targets: - conda-forge main macos_machine: - x86_64-apple-darwin13.4.0 +numpy: +- '1.26' pin_run_as_build: python: min_pin: x.x @@ -22,3 +24,6 @@ python: - 3.12.* *_cpython target_platform: - osx-64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml similarity index 88% rename from .ci_support/osx_arm64_python3.10.____cpython.yaml rename to .ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml index b89599e..d4d8770 100644 --- a/.ci_support/osx_arm64_python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main macos_machine: - arm64-apple-darwin20.0.0 +numpy: +- '1.22' pin_run_as_build: python: min_pin: x.x @@ -22,3 +24,6 @@ python: - 3.10.* *_cpython target_platform: - osx-arm64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/osx_arm64_python3.11.____cpython.yaml b/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml similarity index 88% rename from .ci_support/osx_arm64_python3.11.____cpython.yaml rename to .ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml index e49ab49..d023cd6 100644 --- a/.ci_support/osx_arm64_python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main macos_machine: - arm64-apple-darwin20.0.0 +numpy: +- '1.23' pin_run_as_build: python: min_pin: x.x @@ -22,3 +24,6 @@ python: - 3.11.* *_cpython target_platform: - osx-arm64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/osx_arm64_python3.12.____cpython.yaml b/.ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml similarity index 88% rename from .ci_support/osx_arm64_python3.12.____cpython.yaml rename to .ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml index 891f30c..3515179 100644 --- a/.ci_support/osx_arm64_python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml @@ -14,6 +14,8 @@ channel_targets: - conda-forge main macos_machine: - arm64-apple-darwin20.0.0 +numpy: +- '1.26' pin_run_as_build: python: min_pin: x.x @@ -22,3 +24,6 @@ python: - 3.12.* *_cpython target_platform: - osx-arm64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/win_64_python3.10.____cpython.yaml b/.ci_support/win_64_numpy1.22python3.10.____cpython.yaml similarity index 82% rename from .ci_support/win_64_python3.10.____cpython.yaml rename to .ci_support/win_64_numpy1.22python3.10.____cpython.yaml index cbeda80..eb95a57 100644 --- a/.ci_support/win_64_python3.10.____cpython.yaml +++ b/.ci_support/win_64_numpy1.22python3.10.____cpython.yaml @@ -6,6 +6,8 @@ channel_sources: - conda-forge channel_targets: - conda-forge main +numpy: +- '1.22' pin_run_as_build: python: min_pin: x.x @@ -14,3 +16,6 @@ python: - 3.10.* *_cpython target_platform: - win-64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/win_64_python3.11.____cpython.yaml b/.ci_support/win_64_numpy1.23python3.11.____cpython.yaml similarity index 82% rename from .ci_support/win_64_python3.11.____cpython.yaml rename to .ci_support/win_64_numpy1.23python3.11.____cpython.yaml index 694c2f3..2ff8393 100644 --- a/.ci_support/win_64_python3.11.____cpython.yaml +++ b/.ci_support/win_64_numpy1.23python3.11.____cpython.yaml @@ -6,6 +6,8 @@ channel_sources: - conda-forge channel_targets: - conda-forge main +numpy: +- '1.23' pin_run_as_build: python: min_pin: x.x @@ -14,3 +16,6 @@ python: - 3.11.* *_cpython target_platform: - win-64 +zip_keys: +- - python + - numpy diff --git a/.ci_support/win_64_python3.12.____cpython.yaml b/.ci_support/win_64_numpy1.26python3.12.____cpython.yaml similarity index 82% rename from .ci_support/win_64_python3.12.____cpython.yaml rename to .ci_support/win_64_numpy1.26python3.12.____cpython.yaml index 3a29ad6..39144c8 100644 --- a/.ci_support/win_64_python3.12.____cpython.yaml +++ b/.ci_support/win_64_numpy1.26python3.12.____cpython.yaml @@ -6,6 +6,8 @@ channel_sources: - conda-forge channel_targets: - conda-forge main +numpy: +- '1.26' pin_run_as_build: python: min_pin: x.x @@ -14,3 +16,6 @@ python: - 3.12.* *_cpython target_platform: - win-64 +zip_keys: +- - python + - numpy diff --git a/README.md b/README.md index e8f7ceb..09a3211 100644 --- a/README.md +++ b/README.md @@ -36,129 +36,129 @@ Current build status
VariantStatus
linux_64_numpy1.22python3.10.____cpythonlinux_64_python3.10.____cpython - variant + variant
linux_64_numpy1.23python3.11.____cpythonlinux_64_python3.11.____cpython - variant + variant
linux_64_numpy1.26python3.12.____cpythonlinux_64_python3.12.____cpython - variant + variant
linux_aarch64_numpy1.22python3.10.____cpythonlinux_aarch64_python3.10.____cpython - variant + variant
linux_aarch64_numpy1.23python3.11.____cpythonlinux_aarch64_python3.11.____cpython - variant + variant
linux_aarch64_numpy1.26python3.12.____cpythonlinux_aarch64_python3.12.____cpython - variant + variant
linux_ppc64le_numpy1.22python3.10.____cpythonlinux_ppc64le_python3.10.____cpython - variant + variant
linux_ppc64le_numpy1.23python3.11.____cpythonlinux_ppc64le_python3.11.____cpython - variant + variant
linux_ppc64le_numpy1.26python3.12.____cpythonlinux_ppc64le_python3.12.____cpython - variant + variant
osx_64_numpy1.22python3.10.____cpythonosx_64_python3.10.____cpython - variant + variant
osx_64_numpy1.23python3.11.____cpythonosx_64_python3.11.____cpython - variant + variant
osx_64_numpy1.26python3.12.____cpythonosx_64_python3.12.____cpython - variant + variant
osx_arm64_numpy1.22python3.10.____cpythonosx_arm64_python3.10.____cpython - variant + variant
osx_arm64_numpy1.23python3.11.____cpythonosx_arm64_python3.11.____cpython - variant + variant
osx_arm64_numpy1.26python3.12.____cpythonosx_arm64_python3.12.____cpython - variant + variant
win_64_numpy1.22python3.10.____cpythonwin_64_python3.10.____cpython - variant + variant
win_64_numpy1.23python3.11.____cpythonwin_64_python3.11.____cpython - variant + variant
win_64_numpy1.26python3.12.____cpythonwin_64_python3.12.____cpython - variant + variant
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + From 45c9b726b4e42fe009889a42730ba9192016f98d Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Wed, 8 May 2024 10:05:59 -0500 Subject: [PATCH 09/10] Update recipe/pyproject.toml.patch Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com> --- recipe/pyproject.toml.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/pyproject.toml.patch b/recipe/pyproject.toml.patch index a17c46b..f5e2df9 100644 --- a/recipe/pyproject.toml.patch +++ b/recipe/pyproject.toml.patch @@ -7,7 +7,7 @@ index 0082fab10d..0f5f1e9f5a 100644 "setuptools_scm>=6.2", "cython>=3.0.0,<3.1.0", - "numpy>=2.0.0rc1", # see https://github.com/astropy/astropy/issues/16257 -+ "numpy", # see https://github.com/astropy/astropy/issues/16257 ++ "numpy", "extension-helpers==1.*"] build-backend = "setuptools.build_meta" From 3e15ed9f3f95bd5d26dc9ee3606160ad9e9fc60d Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Wed, 8 May 2024 14:06:49 -0500 Subject: [PATCH 10/10] Remove unnecessary pin --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index dc733b9..f3416b4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -44,7 +44,6 @@ requirements: run: - python - {{ pin_compatible("numpy") }} - - numpy >1.23 - pyerfa >=2.0.1.1 - astropy-iers-data >=0.2024.4.29.0.28.48 - importlib-metadata
VariantStatus
linux_64_python3.10.____cpythonlinux_64_numpy1.22python3.10.____cpython - variant + variant
linux_64_python3.11.____cpythonlinux_64_numpy1.23python3.11.____cpython - variant + variant
linux_64_python3.12.____cpythonlinux_64_numpy1.26python3.12.____cpython - variant + variant
linux_aarch64_python3.10.____cpythonlinux_aarch64_numpy1.22python3.10.____cpython - variant + variant
linux_aarch64_python3.11.____cpythonlinux_aarch64_numpy1.23python3.11.____cpython - variant + variant
linux_aarch64_python3.12.____cpythonlinux_aarch64_numpy1.26python3.12.____cpython - variant + variant
linux_ppc64le_python3.10.____cpythonlinux_ppc64le_numpy1.22python3.10.____cpython - variant + variant
linux_ppc64le_python3.11.____cpythonlinux_ppc64le_numpy1.23python3.11.____cpython - variant + variant
linux_ppc64le_python3.12.____cpythonlinux_ppc64le_numpy1.26python3.12.____cpython - variant + variant
osx_64_python3.10.____cpythonosx_64_numpy1.22python3.10.____cpython - variant + variant
osx_64_python3.11.____cpythonosx_64_numpy1.23python3.11.____cpython - variant + variant
osx_64_python3.12.____cpythonosx_64_numpy1.26python3.12.____cpython - variant + variant
osx_arm64_python3.10.____cpythonosx_arm64_numpy1.22python3.10.____cpython - variant + variant
osx_arm64_python3.11.____cpythonosx_arm64_numpy1.23python3.11.____cpython - variant + variant
osx_arm64_python3.12.____cpythonosx_arm64_numpy1.26python3.12.____cpython - variant + variant
win_64_python3.10.____cpythonwin_64_numpy1.22python3.10.____cpython - variant + variant
win_64_python3.11.____cpythonwin_64_numpy1.23python3.11.____cpython - variant + variant
win_64_python3.12.____cpythonwin_64_numpy1.26python3.12.____cpython - variant + variant