We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb4556 commit 65222b3Copy full SHA for 65222b3
1 file changed
conda/faiss/meta.yaml
@@ -50,7 +50,7 @@ outputs:
50
{% elif PY_VER == '3.12' %}
51
- mkl-devel >=2023.2.0 # [x86_64 and not win]
52
- mkl-devel =2023.1.0 # [x86_64 and win]
53
- - liblief =0.15.1 # [not win]
+ - liblief =0.14.1 # [not win]
54
- python_abi =3.12
55
{% endif %}
56
host:
@@ -62,7 +62,7 @@ outputs:
62
63
- mkl >=2023.2.0 # [x86_64 and not win]
64
- mkl =2023.1.0 # [x86_64 and win]
65
66
67
68
- openblas =0.3.29 # [not x86_64]
0 commit comments