Skip to content

Commit 65222b3

Browse files
Michael Norrisfacebook-github-bot
authored andcommitted
Pin lief to fix nightly (#4211)
Summary: Pull Request resolved: #4211 Reviewed By: gtwang01 Differential Revision: D70102429 fbshipit-source-id: 68e265699448a825b82467064ca95742bd4e49c3
1 parent 7cb4556 commit 65222b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conda/faiss/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ outputs:
5050
{% elif PY_VER == '3.12' %}
5151
- mkl-devel >=2023.2.0 # [x86_64 and not win]
5252
- mkl-devel =2023.1.0 # [x86_64 and win]
53-
- liblief =0.15.1 # [not win]
53+
- liblief =0.14.1 # [not win]
5454
- python_abi =3.12
5555
{% endif %}
5656
host:
@@ -62,7 +62,7 @@ outputs:
6262
{% elif PY_VER == '3.12' %}
6363
- mkl >=2023.2.0 # [x86_64 and not win]
6464
- mkl =2023.1.0 # [x86_64 and win]
65-
- liblief =0.15.1 # [not win]
65+
- liblief =0.14.1 # [not win]
6666
- python_abi =3.12
6767
{% endif %}
6868
- openblas =0.3.29 # [not x86_64]

0 commit comments

Comments
 (0)