From 7de75fac0c50f7aa5afbefc8868e9a5a4f4e1a11 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 8 May 2023 22:26:40 +0200 Subject: update scipy for linux (#2280) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fea95f01..2bb0fe38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: # scipy gives us a ELF error when stripped sudo apt-get install gcc g++ gfortran python3-dev libopenblas-dev liblapack-dev python -m pip uninstall --yes scipy - python -m pip install scipy==1.9.0 --no-binary scipy + python -m pip install scipy --no-binary scipy echo "${{ env.pythonLocation }}\bin" >> $GITHUB_PATH - shell: bash -- cgit v1.2.3