From e4a49164c883ba44f33c196a95783e2189ac459a Mon Sep 17 00:00:00 2001 From: blagoja Date: Tue, 20 Aug 2024 12:09:22 +0200 Subject: [PATCH] Change requirements.txt --- requirements.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3cb310ef..ae3b34c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,10 @@ lxml>=2.3 argparse pyparsing>=2.1.10 requests>=1.1.0 -pyproj==2.6.1 -Shapely==2.0.1 -OWSLib==0.28.1 -geojson==3.0.1 +cython==0.29.36; python_version < '3.9' +pyproj==2.6.1; python_version < '3.9' +pyproj==3.6.1; python_version >= '3.9' + +Shapely==2.0.4 +OWSLib==0.31.0 +geojson==3.1.0 \ No newline at end of file