latest pyproj requires python 3.10, lock the version to released 3.6.1

This commit is contained in:
Jari Voutilainen 2023-11-09 11:52:31 +02:00 committed by GitHub
parent 7883860627
commit 7e70dbe02c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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