-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add fiona and ensure latest geopandas #2012
Conversation
Co-authored-by: Frank Anema <[email protected]>
Looks good, but now the code tests on Python 3.8 are failing. Looks like Geopandas 1.0 requires Python >= 3.9, so we should update thoses tests from 3.8 to 3.9. Testing for 3.13 is not working yet it seems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything passes now!
Thanks for finding the issue @ocefpaf!
I'm working on this upstream. It should be OK in 1-2 days. |
If it's that quick then let's include it in the upcoming release. |
Testing if we can build the docs properly. Alternative for #2008.