latest pyproj requires python 3.10, lock the version to released 3.6.1
This commit is contained in:
parent
7883860627
commit
7e70dbe02c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue