Fix requirements
This commit is contained in:
parent
7091f4b7f2
commit
5e0b7db10d
|
@ -4,7 +4,7 @@ argparse
|
||||||
pyparsing>=2.1.10
|
pyparsing>=2.1.10
|
||||||
requests>=1.1.0
|
requests>=1.1.0
|
||||||
six
|
six
|
||||||
|
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==3.4.1; python_version >= '3.9'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue