diff --git a/conda/faiss-gpu-cuvs/meta.yaml b/conda/faiss-gpu-cuvs/meta.yaml index e32099085e..d14d6af569 100644 --- a/conda/faiss-gpu-cuvs/meta.yaml +++ b/conda/faiss-gpu-cuvs/meta.yaml @@ -46,10 +46,10 @@ outputs: requirements: build: - {{ compiler('cxx') }} - - sysroot_linux-64 # [linux64] + - sysroot_linux-64 =2.17 # [linux64] - llvm-openmp # [osx] - cmake >=3.26.4 - - make # [not win] + - make =4.2 # [not win] - _openmp_mutex =4.5=2_kmp_llvm # [x86_64] - mkl =2023 # [x86_64] - mkl-devel =2023 # [x86_64] @@ -57,13 +57,13 @@ outputs: host: - _openmp_mutex =4.5=2_kmp_llvm # [x86_64] - mkl =2023 # [x86_64] - - openblas # [not x86_64] + - openblas =0.3 # [not x86_64] - libcuvs =24.08 - cuda-version {{ cudatoolkit }} run: - _openmp_mutex =4.5=2_kmp_llvm # [x86_64] - mkl =2023 # [x86_64] - - openblas # [not x86_64] + - openblas =0.3 # [not x86_64] - cuda-cudart {{ cuda_constraints }} - libcublas {{ libcublas_constraints }} - libcuvs =24.08 @@ -88,9 +88,9 @@ outputs: build: - {{ compiler('cxx') }} - sysroot_linux-64 =2.17 # [linux64] - - swig + - swig =4.0 - cmake >=3.24.0 - - make # [not win] + - make =4.2 # [not win] - _openmp_mutex =4.5=2_kmp_llvm # [x86_64] - mkl =2023 # [x86_64] - cuda-toolkit {{ cudatoolkit }} @@ -107,9 +107,9 @@ outputs: - {{ pin_subpackage('libfaiss', exact=True) }} test: requires: - - numpy + - numpy >=1.19,<2 - scipy - - pytorch + - pytorch <2.5 - pytorch-cuda {{ cuda_constraints }} commands: - python -X faulthandler -m unittest discover -v -s tests/ -p "test_*" diff --git a/conda/faiss-gpu/meta.yaml b/conda/faiss-gpu/meta.yaml index 05f7b59008..651d42fefa 100644 --- a/conda/faiss-gpu/meta.yaml +++ b/conda/faiss-gpu/meta.yaml @@ -47,18 +47,18 @@ outputs: requirements: build: - {{ compiler('cxx') }} - - sysroot_linux-64 # [linux64] + - sysroot_linux-64 =2.17 # [linux64] - llvm-openmp # [osx] - cmake >=3.24.0 - - make # [not win] + - make =4.2 # [not win] - mkl-devel =2023 # [x86_64] - cuda-toolkit {{ cudatoolkit }} host: - mkl =2023 # [x86_64] - - openblas # [not x86_64] + - openblas =0.3 # [not x86_64] run: - mkl =2023 # [x86_64] - - openblas # [not x86_64] + - openblas =0.3 # [not x86_64] - cuda-cudart {{ cuda_constraints }} - libcublas {{ libcublas_constraints }} test: @@ -81,9 +81,9 @@ outputs: build: - {{ compiler('cxx') }} - sysroot_linux-64 =2.17 # [linux64] - - swig + - swig =4.0 - cmake >=3.24.0 - - make # [not win] + - make =4.2 # [not win] - cuda-toolkit {{ cudatoolkit }} host: - python {{ python }} @@ -96,9 +96,9 @@ outputs: - {{ pin_subpackage('libfaiss', exact=True) }} test: requires: - - numpy + - numpy >=1.19,<2 - scipy - - pytorch + - pytorch <2.5 - pytorch-cuda {{ cuda_constraints }} commands: - python -X faulthandler -m unittest discover -v -s tests/ -p "test_*" diff --git a/conda/faiss/meta.yaml b/conda/faiss/meta.yaml index 79e7be953e..fe7612c23b 100644 --- a/conda/faiss/meta.yaml +++ b/conda/faiss/meta.yaml @@ -37,17 +37,17 @@ outputs: requirements: build: - {{ compiler('cxx') }} - - sysroot_linux-64 # [linux64] + - sysroot_linux-64 =2.17 # [linux64] - llvm-openmp # [osx] - cmake >=3.24.0 - - make # [not win] + - make =4.2 # [not win] - mkl-devel =2023 # [x86_64] host: - mkl =2023 # [x86_64] - - openblas # [not x86_64] + - openblas =0.3 # [not x86_64] run: - mkl =2023 # [x86_64] - - openblas # [not x86_64] + - openblas =0.3 # [not x86_64] test: requires: - conda-build @@ -68,9 +68,9 @@ outputs: build: - {{ compiler('cxx') }} - sysroot_linux-64 =2.17 # [linux64] - - swig + - swig =4.0 - cmake >=3.24.0 - - make # [not win] + - make =4.2 # [not win] host: - python {{ python }} - numpy >=1.19,<2 @@ -82,9 +82,9 @@ outputs: - {{ pin_subpackage('libfaiss', exact=True) }} test: requires: - - numpy + - numpy >=1.19,<2 - scipy - - pytorch + - pytorch <2.5 commands: - python -X faulthandler -m unittest discover -v -s tests/ -p "test_*" - python -X faulthandler -m unittest discover -v -s tests/ -p "torch_*"