From 9a48fff9813b6538702e8761b2239d6d848e5ac7 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 18 Jan 2022 18:05:02 +0100 Subject: shapely to 1.8.0 (#1550) --- .github/workflows/build.yml | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b03df905..df568366 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,7 +170,8 @@ jobs: pip install -r requirements.txt # with --no-binary argument may fix notary issues as well shapely speedups error issue pip install -U lxml --no-binary lxml - pip install -U Shapely==1.7.1 --no-binary Shapely + pip uninstall --yes shapely + pip install -U Shapely==1.8.0 --no-binary Shapely pip install pyinstaller echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH diff --git a/requirements.txt b/requirements.txt index 84e9bcfc..7a7c2efb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ backports.functools_lru_cache wxPython networkx -shapely<=1.7.0 +shapely==1.8.0 lxml appdirs numpy<=1.17.4 -- cgit v1.2.3