Closed hoxbro closed 3 months ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
Fixes #137
The pandas 2.2 compatibility changes are almost the same as those done in GeoPandas:
The dask warning was added in dask 2024.1:
Removed legacy pyarrow support as we now lower pin to version 10
I have also added
HYPOTHESIS_MAX_EXAMPLES
to make it easier to test locally.Added
packaging
as a required dependency.