From b2cc63e774d5a1b43a20901ef2b09bb8dd71e52f Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 2 Jan 2021 14:48:44 +0100 Subject: [PATCH 1/2] remove redundant version guard --- recipe/meta.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4c5d0cc1..4d9ffd8d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,4 @@ {% set version = "1.6.0" %} -{% set ver_major_minor = ".".join(version.split(".")[:2]) %} package: name: scipy @@ -46,9 +45,6 @@ test: - pytest - pytest-xdist - mpmath -{% if ver_major_minor == "1.5" %} - - blas * netlib # [ppc64le] -{% endif %} about: home: http://www.scipy.org/ From 772752879e031487e8b35516bd7835bc5e5695a9 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 2 Jan 2021 14:52:19 +0100 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.20.5, conda-smithy 3.8.6, and conda-forge-pinning 2021.01.01.16.59.39 --- .ci_support/osx_arm64_python3.8.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.9.____cpython.yaml | 2 +- .github/CODEOWNERS | 2 +- README.md | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml index 022a50b1..f4b1cf1a 100644 --- a/.ci_support/osx_arm64_python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -5,7 +5,7 @@ c_compiler: c_compiler_version: - '11' channel_sources: -- conda-forge/label/rust_dev,conda-forge +- conda-forge channel_targets: - conda-forge main cxx_compiler: diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml index 8d5fbd0e..e2615f3b 100644 --- a/.ci_support/osx_arm64_python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -5,7 +5,7 @@ c_compiler: c_compiler_version: - '11' channel_sources: -- conda-forge/label/rust_dev,conda-forge +- conda-forge channel_targets: - conda-forge main cxx_compiler: diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0a658511..2cf600e3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @beckermr @jakirkham @msarahan @ocefpaf @rgommers \ No newline at end of file +* @jakirkham @msarahan @ocefpaf @rgommers \ No newline at end of file diff --git a/README.md b/README.md index bd346de5..a3fe9d2d 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,6 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== -* [@beckermr](https://github.com/beckermr/) * [@jakirkham](https://github.com/jakirkham/) * [@msarahan](https://github.com/msarahan/) * [@ocefpaf](https://github.com/ocefpaf/)