[x] I have read and followed the guidelines in the CONTRIBUTING document
[x] I have checked to ensure there aren't other open Pull Requests for the same update/change
[x] I have updated the documentation accordingly.
[ ] I have added tests to cover my changes.
[x] All new and existing tests passed.
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.
CONTRIBUTING
documentThis 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.