@@ -46,24 +46,24 @@ outputs:
46
46
requirements :
47
47
build :
48
48
- {{ compiler('cxx') }}
49
- - sysroot_linux-64 # [linux64]
49
+ - sysroot_linux-64 =2.17 # [linux64]
50
50
- llvm-openmp # [osx]
51
51
- cmake >=3.26.4
52
- - make # [not win]
52
+ - make =4.2 # [not win]
53
53
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
54
54
- mkl =2023 # [x86_64]
55
55
- mkl-devel =2023 # [x86_64]
56
56
- cuda-toolkit {{ cudatoolkit }}
57
57
host :
58
58
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
59
59
- mkl =2023 # [x86_64]
60
- - openblas # [not x86_64]
60
+ - openblas =0.3 # [not x86_64]
61
61
- libcuvs =24.08
62
62
- cuda-version {{ cuda_constraints }}
63
63
run :
64
64
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
65
65
- mkl =2023 # [x86_64]
66
- - openblas # [not x86_64]
66
+ - openblas =0.3 # [not x86_64]
67
67
- cuda-cudart {{ cuda_constraints }}
68
68
- libcublas {{ libcublas_constraints }}
69
69
- libcuvs =24.08
@@ -88,9 +88,9 @@ outputs:
88
88
build :
89
89
- {{ compiler('cxx') }}
90
90
- sysroot_linux-64 =2.17 # [linux64]
91
- - swig
91
+ - swig =4.0
92
92
- cmake >=3.24.0
93
- - make # [not win]
93
+ - make =4.2 # [not win]
94
94
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
95
95
- mkl =2023 # [x86_64]
96
96
- cuda-toolkit {{ cudatoolkit }}
@@ -107,9 +107,9 @@ outputs:
107
107
- {{ pin_subpackage('libfaiss', exact=True) }}
108
108
test :
109
109
requires :
110
- - numpy
111
- - scipy
112
- - pytorch
110
+ - numpy >=1.19,<2
111
+ - scipy =1.14
112
+ - pytorch <2.5
113
113
- pytorch-cuda {{ cuda_constraints }}
114
114
commands :
115
115
- python -X faulthandler -m unittest discover -v -s tests/ -p "test_*"
0 commit comments