summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml3
-rw-r--r--requirements.txt2
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