diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2020-11-06 19:38:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-06 19:38:37 -0500 |
| commit | b75a5e7dad6a1ac1c19322a1d81e063af58caf82 (patch) | |
| tree | a1d0c137f234eed07db537207581dc9d43f0ad11 | |
| parent | 32fef339e5e67ca931fd1284f4b9a7607c0d777d (diff) | |
| parent | fac2d6afaf0c40ce0c28720393948bc7410a0df4 (diff) | |
Merge pull request #871 from inkstitch/lexelby/fix-mac
pin shapely to 1.6.3 for pyinstaller compatibility
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
