here-platform==2.32.0
here-geotiles==2.32.0
# pyarrow support Python 3.13 starting with version 18.0.0
pyarrow>=18.0.0
geojson>=3.0.1
geopandas
# Starting with version 2.3.0, NumPy drops Python 3.10 support and adds Python 3.13 support.
# With version 2.3.2, NumPy adds support for Python 3.14
numpy<2.3.0; python_version <= "3.10"
numpy>=2.3.2; python_version >= "3.11"
pandas>=1.5.3
# see comment in here-platform/requirements.txt
protobuf>=5.29.1,<7
Shapely>=1.7
