From 8661c2381b21e09f7f2f571c0dc55b62222931ce Mon Sep 17 00:00:00 2001 From: Amir Sadoughi Date: Fri, 23 Aug 2024 12:46:08 -0400 Subject: [PATCH] upgrade to 2.1.0 --- .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 558da7d65..8f42af5e0 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 -c conda-forge numpy=2.0 + conda install -y -q -c conda-forge numpy=2.1.0 conda install -y -q python=3.11 cmake make swig scipy pytest # install base packages for ARM64