diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-11-02 21:20:37 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-11-02 21:20:37 -0500 |
| commit | fac2d6afaf0c40ce0c28720393948bc7410a0df4 (patch) | |
| tree | a1d0c137f234eed07db537207581dc9d43f0ad11 /requirements.txt | |
| parent | 32fef339e5e67ca931fd1284f4b9a7607c0d777d (diff) | |
pin shapely to 1.6.3 for pyinstaller compatibility
Diffstat (limited to 'requirements.txt')
| -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 |
