diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-10-27 17:03:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 17:03:30 +0200 |
| commit | 7c8b24b9b2befca8c669c6efd9b641b489ca33e5 (patch) | |
| tree | ef98b4b726d061d2878d4d34d80530d03217ca01 | |
| parent | 53e84137e483acc755713cb04a2ba1d628b96fe5 (diff) | |
pin shapely version 1.7.1 (#1406)
| -rw-r--r-- | requirements.txt | 2 |
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 |
