diff --git a/setup.cfg b/setup.cfg
index 95d249b4b76bc9eb2bf866d97017bd97f8675389..7cb1cd26634323c7030adc8bdfc6ebe58ff572d2 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