summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-31 01:18:24 -0500
committerLex Neva <github.com@lexneva.name>2020-01-31 01:18:24 -0500
commitebf59c626e76d3456fd55b2befba94df02bbf1bb (patch)
tree3f0c74dd7884f1d781557de0cc3db4fc027dbc23
parent6c81429111727cb6bccfa29354396c7782b65e2b (diff)
pin to shapely 1.6.3 for pyinstaller compatibility
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 5ab6f5fb..0c3782a2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
backports.functools_lru_cache
wxPython==4.0.6
networkx==2.2
-shapely
+shapely==1.6.3
lxml
appdirs
numpy<1.16.0