# Note: normally we have a separate mechanism for auto-generating "strict"
# variants of requirements, but gdal is special, so we are hard coding this file
# for now and manually keeping it in sync with gdal.txt
--find-links https://girder.github.io/large_image_wheels
GDAL==3.5.2     ; python_version < '4.0'  and python_version >= '3.11'    # Python 3.11
GDAL==3.4.1     ; python_version < '3.11' and python_version >= '3.10'    # Python 3.10
GDAL==3.4.1     ; python_version <= '3.9'                                 # Python 3.9-
