From 7e70dbe02cc88c39b17c8ace4775428fd55eb945 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Thu, 9 Nov 2023 11:52:31 +0200 Subject: [PATCH] latest pyproj requires python 3.10, lock the version to released 3.6.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c025b111..b86d5173 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pyparsing>=2.1.10 requests>=1.1.0 cython==0.29.36; python_version < '3.9' pyproj==2.6.1; python_version < '3.9' -pyproj @ git+https://github.com/pyproj4/pyproj.git@main; python_version >= '3.9' +pyproj==3.6.1; python_version >= '3.9' Shapely==2.0.1 OWSLib==0.28.1