Skip to content

Commit 94b640c

Browse files
asadoughifacebook-github-bot
authored andcommitted
Pin to numpy<2 (#4033)
Summary: #3526 is not addressed yet Pull Request resolved: #4033 Test Plan: Imported from GitHub, without a `Test Plan:` line. `pytest tests/test_contrib.py` Reviewed By: junjieqi Differential Revision: D66140293 Pulled By: asadoughi fbshipit-source-id: b32e31b7c4f17e4ee309a30296cb28927d78ebd4
1 parent eb5e734 commit 94b640c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_cmake/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
conda update -y -q conda
3333
echo "$CONDA/bin" >> $GITHUB_PATH
3434
35-
conda install -y -q python=3.11 cmake make swig numpy scipy pytest gflags
35+
conda install -y -q python=3.11 cmake make swig "numpy<2" scipy pytest gflags
3636
3737
# install base packages for ARM64
3838
if [ "${{ runner.arch }}" = "ARM64" ]; then

0 commit comments

Comments
 (0)