DOV-Vlaanderen / pydov

Python package to retrieve data from Databank Ondergrond Vlaanderen (DOV)
https://pydov.readthedocs.io/en/latest/
MIT License
31 stars 19 forks source link

Fix CI build #357

Closed Roel closed 2 years ago

Roel commented 2 years ago

This PR fixes the build by switching to the new Fiona 1.9 (alpha for now) that has binary wheel available for Windows too. This way we can also remove the pipwin installed wheels whose future is unsure.

Also we pin OWSLib to a version before 0.26 on Python >= 3.10, since 0.26 depends on an old pyproj that has no binary wheels for recent Python versions. Hopefully this will be fixed in a future OWSLib version.