Skip to content

Commit

Permalink
Handle owslib across python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 7, 2024
1 parent 91a53c0 commit e75eb3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ argparse
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==3.6.1; python_version >= '3.9'

OWSLib==0.31.0; python_version < '3.9'
OWSLib==0.32.0; python_version >= '3.9'

Shapely==2.0.6
OWSLib==0.32.0
geojson==3.1.0

0 comments on commit e75eb3f

Please sign in to comment.