From 1a6e21ed223c93228433c6107596db3a730eaeb1 Mon Sep 17 00:00:00 2001 From: Michael Rudolf <rudolf@geo.tu-darmstadt.de> Date: Fri, 7 Mar 2025 11:09:53 +0100 Subject: [PATCH] Updated dependencies - fiona 1.9.5 -> 1.10.1 - GDAL 3.8.4 -> 3.10.1 - pyproj now also uses cgohlke's geopatial wheels - removed <2 flag for numpy (GDAL compatibility) --- setup.cfg | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/setup.cfg b/setup.cfg index 95d249b..7cb1cd2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,25 +1,25 @@ [metadata] name = u4py -version = 0.0.11b +version = 0.0.12 [options] packages=u4py, u4py.addons, u4py.analysis, u4py.plotting, u4py.utils, u4py.io install_requires= - numpy<2.0.0 # required for GDAL + numpy bmi_arcgis_restapi contextily python_docx ffmpeg_python fiona ;platform_system=="Linux" - fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/fiona-1.9.5-cp39-cp39-win_amd64.whl ;python_version=='3.9.*' and platform_system=="Windows" - fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/fiona-1.9.5-cp310-cp310-win_amd64.whl ;python_version=='3.10.*' and platform_system=="Windows" - fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/fiona-1.9.5-cp311-cp311-win_amd64.whl ;python_version=='3.11.*' and platform_system=="Windows" - fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/fiona-1.9.5-cp312-cp312-win_amd64.whl ;python_version=='3.12.*' and platform_system=="Windows" + fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/fiona-1.10.1-cp310-cp310-win_amd64.whl ;python_version=='3.10.*' and platform_system=="Windows" + fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/fiona-1.10.1-cp311-cp311-win_amd64.whl ;python_version=='3.11.*' and platform_system=="Windows" + fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/fiona-1.10.1-cp312-cp312-win_amd64.whl ;python_version=='3.12.*' and platform_system=="Windows" + fiona @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/fiona-1.10.1-cp313-cp313-win_amd64.whl ;python_version=='3.13.*' and platform_system=="Windows" GDAL == 3.6.4;platform_system=="Linux" - GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/GDAL-3.8.4-cp39-cp39-win_amd64.whl ;python_version=='3.9.*' and platform_system=="Windows" - GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/GDAL-3.8.4-cp310-cp310-win_amd64.whl ;python_version=='3.10.*' and platform_system=="Windows" - GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/GDAL-3.8.4-cp311-cp311-win_amd64.whl ;python_version=='3.11.*' and platform_system=="Windows" - GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2024.2.18/GDAL-3.8.4-cp312-cp312-win_amd64.whl ;python_version=='3.12.*' and platform_system=="Windows" + GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp310-cp310-win_amd64.whl ;python_version=='3.10.*' and platform_system=="Windows" + GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp311-cp311-win_amd64.whl ;python_version=='3.11.*' and platform_system=="Windows" + GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp312-cp312-win_amd64.whl ;python_version=='3.12.*' and platform_system=="Windows" + GDAL @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp313-cp313-win_amd64.whl ;python_version=='3.13.*' and platform_system=="Windows" geographiclib geopandas geopy @@ -34,6 +34,10 @@ install_requires= Pillow pycwt pyproj + pyproj @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/pyproj-3.7.0-cp310-cp310-win_amd64.whl ;python_version=='3.10.*' and platform_system=="Windows" + pyproj @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/pyproj-3.7.0-cp311-cp311-win_amd64.whl ;python_version=='3.11.*' and platform_system=="Windows" + pyproj @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/pyproj-3.7.0-cp312-cp312-win_amd64.whl ;python_version=='3.12.*' and platform_system=="Windows" + pyproj @ https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/pyproj-3.7.0-cp313-cp313-win_amd64.whl ;python_version=='3.13.*' and platform_system=="Windows" python_docx rasterio Requests -- GitLab