From fd5f61618d4ff6c52fd28b81e5464a431aa5fd1a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 26 Aug 2022 14:15:59 +1000 Subject: [PATCH] NumPy now supports Python 3.11 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 98619c787..9e1c19bb3 100644 --- a/config.sh +++ b/config.sh @@ -157,7 +157,7 @@ function run_tests { if [[ "$MB_PYTHON_VERSION" != 3.11 ]]; then python3 -m pip install numpy==1.21 fi - elif [ -z "$IS_ALPINE" ] && !([ -n "$IS_MACOS" ] && [[ "$MB_PYTHON_VERSION" == 3.11 ]]); then + elif [ -z "$IS_ALPINE" ]; then python3 -m pip install numpy fi