diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-01-18 18:05:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-18 18:05:02 +0100 |
| commit | 9a48fff9813b6538702e8761b2239d6d848e5ac7 (patch) | |
| tree | 31a451dd7955acd7540c1aa9edb1769417065019 | |
| parent | 0db5548567aa2bc3bc06461f030716a1382afeeb (diff) | |
shapely to 1.8.0 (#1550)
| -rw-r--r-- | .github/workflows/build.yml | 3 | ||||
| -rw-r--r-- | 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 |
