diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 1c630f6..a869c7e 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -14,11 +14,6 @@ cxx_compiler_version: - '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -numpy: -- '1.21' -- '1.23' -- '1.20' -- '1.20' pin_run_as_build: python: min_pin: x.x @@ -35,5 +30,3 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - numpy diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 5581e9a..1eb5d3f 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -18,11 +18,6 @@ cxx_compiler_version: - '11' docker_image: - quay.io/condaforge/linux-anvil-aarch64 -numpy: -- '1.21' -- '1.23' -- '1.20' -- '1.20' pin_run_as_build: python: min_pin: x.x @@ -39,5 +34,3 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - numpy diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index f0f9a7f..9f65158 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -14,11 +14,6 @@ cxx_compiler_version: - '11' docker_image: - quay.io/condaforge/linux-anvil-ppc64le -numpy: -- '1.21' -- '1.23' -- '1.20' -- '1.20' pin_run_as_build: python: min_pin: x.x @@ -35,5 +30,3 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - numpy diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index debd061..28817f2 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -14,11 +14,6 @@ cxx_compiler_version: - '14' macos_machine: - x86_64-apple-darwin13.4.0 -numpy: -- '1.21' -- '1.23' -- '1.20' -- '1.20' pin_run_as_build: python: min_pin: x.x @@ -35,5 +30,3 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - numpy diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index a117809..6b3af10 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -6,11 +6,6 @@ channel_targets: - conda-forge main cxx_compiler: - vs2019 -numpy: -- '1.21' -- '1.23' -- '1.20' -- '1.20' pin_run_as_build: python: min_pin: x.x @@ -24,6 +19,3 @@ python: - 3.9.* *_cpython target_platform: - win-64 -zip_keys: -- - python - - numpy diff --git a/recipe/233.patch b/recipe/233.patch index 0b35f6a..fa30b74 100644 --- a/recipe/233.patch +++ b/recipe/233.patch @@ -18,7 +18,7 @@ index e9ed4a38..bf32f7bc 100644 option(BUILD_TESTING_PYTHON "Build Python tests only." OFF) if (BUILD_PYTHON_BINDINGS) -+ find_package(Python3 COMPONENTS Interpreter Development NumPy REQUIRED) ++ find_package(Python3 COMPONENTS Interpreter Development REQUIRED) find_package(pybind11 REQUIRED) add_subdirectory(python) endif() diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 96c992b..27433fb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ source: - 248.patch build: - number: 11 + number: 12 outputs: - name: manif @@ -52,7 +52,6 @@ outputs: - cmake - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - - numpy # [build_platform != target_platform] - clang 13 # [win] - lld 13 # [win] - llvm-tools 13 # [win] @@ -61,12 +60,11 @@ outputs: - tl-optional - python - pip - - numpy - pybind11 - pybind11-abi run: - python - - {{ pin_compatible('numpy', max_pin='x.x') }} + - numpy test: imports: - manifpy