summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-10-27 17:03:30 +0200
committerGitHub <noreply@github.com>2021-10-27 17:03:30 +0200
commit7c8b24b9b2befca8c669c6efd9b641b489ca33e5 (patch)
treeef98b4b726d061d2878d4d34d80530d03217ca01
parent53e84137e483acc755713cb04a2ba1d628b96fe5 (diff)
pin shapely version 1.7.1 (#1406)
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 1e226f2b..34b06f63 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@
backports.functools_lru_cache
wxPython
networkx
-shapely
+shapely<=1.7.1
lxml
appdirs
numpy<=1.17.4