Skip to content
Snippets Groups Projects
Commit 1a6e21ed authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

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)
parent aaa90a52
No related branches found
No related tags found
No related merge requests found
[metadata] [metadata]
name = u4py name = u4py
version = 0.0.11b version = 0.0.12
[options] [options]
packages=u4py, u4py.addons, u4py.analysis, u4py.plotting, u4py.utils, u4py.io packages=u4py, u4py.addons, u4py.analysis, u4py.plotting, u4py.utils, u4py.io
install_requires= install_requires=
numpy<2.0.0 # required for GDAL numpy
bmi_arcgis_restapi bmi_arcgis_restapi
contextily contextily
python_docx python_docx
ffmpeg_python ffmpeg_python
fiona ;platform_system=="Linux" 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/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/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/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/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/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/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-cp313-cp313-win_amd64.whl ;python_version=='3.13.*' and platform_system=="Windows"
GDAL == 3.6.4;platform_system=="Linux" 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/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/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/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/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/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/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-cp313-cp313-win_amd64.whl ;python_version=='3.13.*' and platform_system=="Windows"
geographiclib geographiclib
geopandas geopandas
geopy geopy
...@@ -34,6 +34,10 @@ install_requires= ...@@ -34,6 +34,10 @@ install_requires=
Pillow Pillow
pycwt pycwt
pyproj 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 python_docx
rasterio rasterio
Requests Requests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment