Skip to content

Commit

Permalink
fix the osx nightly build (#2896)
Browse files Browse the repository at this point in the history
Summary:
Based on comments in conda/conda-build#4498

Pull Request resolved: #2896

Reviewed By: mdouze

Differential Revision: D46802512

Pulled By: algoriddle

fbshipit-source-id: 7449b2f0db08fdd793770a44afb659d7ac28e3cd
  • Loading branch information
algoriddle authored and facebook-github-bot committed Jun 16, 2023
1 parent 092606b commit e153cac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python:
- 3.8
- 3.8 # [not x86_64 or not osx]
- 3.9
- 3.10
4 changes: 2 additions & 2 deletions conda/faiss-gpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions conda/faiss/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e153cac

Please sign in to comment.