From fac2d6afaf0c40ce0c28720393948bc7410a0df4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 2 Nov 2020 21:20:37 -0500 Subject: pin shapely to 1.6.3 for pyinstaller compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f058e892..3bf490a6 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 -- cgit v1.2.3