Try to fix reqs
This commit is contained in:
parent
208781f6b5
commit
961f00fe5b
|
@ -6,7 +6,7 @@ requests>=1.1.0
|
||||||
six
|
six
|
||||||
cython==0.29.36; python_version < '3.9'
|
cython==0.29.36; python_version < '3.9'
|
||||||
pyproj==2.6.1; python_version < '3.9'
|
pyproj==2.6.1; python_version < '3.9'
|
||||||
pyproj==3.4.1; python_version >= '3.9'
|
pyproj @ git+https://github.com/pyproj4/pyproj.git@main; python_version >= '3.9'
|
||||||
|
|
||||||
Shapely==2.0.1
|
Shapely==2.0.1
|
||||||
OWSLib==0.28.1
|
OWSLib==0.28.1
|
||||||
|
|
Loading…
Reference in New Issue