From ec85237111326596d926cd8da0baeccb80684e07 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Sun, 17 Dec 2023 06:34:03 -0600 Subject: [PATCH] NetworkX 3.2 doesn't support SciPy 1.8 --- .github/workflows/test_and_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 4b9035cc3..7c7a7691b 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -196,6 +196,9 @@ jobs: if [[ ${pdver} == "=2.1" && ${npver} == "=1.21" ]]; then pdver="=2.0" fi + if [[ ${nxver} == "=3.2" && ${spver} == "=1.8" ]]; then + spver="=1.9" + fi if [[ ${{ steps.sourcetype.outputs.selected }} == "source" || ${{ steps.sourcetype.outputs.selected }} == "upstream" ]]; then # TODO: there are currently issues with some numpy versions when # installing python-suitesparse-grphblas from source or upstream.