From 3e0a6d66386f1f2cea8f39f2986ab095f92fd05e Mon Sep 17 00:00:00 2001 From: Gergely Szilvasy Date: Fri, 16 Jun 2023 13:01:17 -0700 Subject: [PATCH] fix the osx nightly build (#2896) Summary: Based on comments in https://github.com/conda/conda-build/issues/4498 Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2896 Reviewed By: mdouze Differential Revision: D46802512 Pulled By: algoriddle fbshipit-source-id: 7449b2f0db08fdd793770a44afb659d7ac28e3cd --- conda/conda_build_config.yaml | 2 +- conda/faiss-gpu/meta.yaml | 4 ++-- conda/faiss/meta.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/conda_build_config.yaml b/conda/conda_build_config.yaml index da95e8086f..2a005ccea6 100644 --- a/conda/conda_build_config.yaml +++ b/conda/conda_build_config.yaml @@ -1,4 +1,4 @@ python: - - 3.8 + - 3.8 # [not x86_64 or not osx] - 3.9 - 3.10 diff --git a/conda/faiss-gpu/meta.yaml b/conda/faiss-gpu/meta.yaml index 39e4060a20..a3daa44bc9 100644 --- a/conda/faiss-gpu/meta.yaml +++ b/conda/faiss-gpu/meta.yaml @@ -75,11 +75,11 @@ outputs: - make # [not win] host: - python {{ python }} - - numpy >=1.16,<2 + - numpy >=1.19,<2 - {{ pin_subpackage('libfaiss', exact=True) }} run: - python {{ python }} - - numpy >=1.16,<2 + - numpy >=1.19,<2 - {{ pin_subpackage('libfaiss', exact=True) }} test: requires: diff --git a/conda/faiss/meta.yaml b/conda/faiss/meta.yaml index 31b785eb9b..988bd57d5c 100644 --- a/conda/faiss/meta.yaml +++ b/conda/faiss/meta.yaml @@ -73,11 +73,11 @@ outputs: - make # [not win] host: - python {{ python }} - - numpy >=1.16,<2 + - numpy >=1.19,<2 - {{ pin_subpackage('libfaiss', exact=True) }} run: - python {{ python }} - - numpy >=1.16,<2 + - numpy >=1.19,<2 - {{ pin_subpackage('libfaiss', exact=True) }} test: requires: