Skip to content

Commit e153cac

Browse files
algoriddlefacebook-github-bot
authored andcommitted
fix the osx nightly build (facebookresearch#2896)
Summary: Based on comments in conda/conda-build#4498 Pull Request resolved: facebookresearch#2896 Reviewed By: mdouze Differential Revision: D46802512 Pulled By: algoriddle fbshipit-source-id: 7449b2f0db08fdd793770a44afb659d7ac28e3cd
1 parent 092606b commit e153cac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conda/conda_build_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python:
2-
- 3.8
2+
- 3.8 # [not x86_64 or not osx]
33
- 3.9
44
- 3.10

conda/faiss-gpu/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ outputs:
7575
- make # [not win]
7676
host:
7777
- python {{ python }}
78-
- numpy >=1.16,<2
78+
- numpy >=1.19,<2
7979
- {{ pin_subpackage('libfaiss', exact=True) }}
8080
run:
8181
- python {{ python }}
82-
- numpy >=1.16,<2
82+
- numpy >=1.19,<2
8383
- {{ pin_subpackage('libfaiss', exact=True) }}
8484
test:
8585
requires:

conda/faiss/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ outputs:
7373
- make # [not win]
7474
host:
7575
- python {{ python }}
76-
- numpy >=1.16,<2
76+
- numpy >=1.19,<2
7777
- {{ pin_subpackage('libfaiss', exact=True) }}
7878
run:
7979
- python {{ python }}
80-
- numpy >=1.16,<2
80+
- numpy >=1.19,<2
8181
- {{ pin_subpackage('libfaiss', exact=True) }}
8282
test:
8383
requires:

0 commit comments

Comments
 (0)