From bae9290395b252ee8e40056256fa694569d1d78b Mon Sep 17 00:00:00 2001 From: avdata99 Date: Thu, 9 Mar 2023 12:25:46 -0300 Subject: [PATCH] Upgrade all possible reqs --- requirements.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98ac728..fa3e698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,14 +5,9 @@ pyparsing>=2.1.10 requests>=1.1.0 six -Shapely>=1.2.13,<2.0.0; python_version < '3.9' -Shapely==2.0.1; python_version >= '3.9' - pyproj==2.6.1; python_version < '3.9' pyproj==3.4.1; python_version >= '3.9' -OWSLib==0.18.0; python_version < '3.9' -OWSLib==0.28.1; python_version >= '3.9' - -geojson==2.5.0; python_version < '3.9' -geojson==3.0.1; python_version >= '3.9' +Shapely==2.0.1 +OWSLib==0.28.1 +geojson==3.0.1