From edaab932ed9764ecd1f5e2c1f5448e2f4bda09aa Mon Sep 17 00:00:00 2001 From: Amir Sadoughi Date: Mon, 18 Nov 2024 20:08:42 -0500 Subject: [PATCH] Pin to numpy<2 https://github.com/facebookresearch/faiss/issues/3526 is not addressed yet --- .github/actions/build_cmake/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_cmake/action.yml b/.github/actions/build_cmake/action.yml index 3fadbc8eb5..b1a17d58b8 100644 --- a/.github/actions/build_cmake/action.yml +++ b/.github/actions/build_cmake/action.yml @@ -32,7 +32,7 @@ runs: conda update -y -q conda echo "$CONDA/bin" >> $GITHUB_PATH - conda install -y -q python=3.11 cmake make swig numpy scipy pytest gflags + conda install -y -q python=3.11 cmake make swig "numpy<2" scipy pytest gflags # install base packages for ARM64 if [ "${{ runner.arch }}" = "ARM64" ]; then