Skip to content

Replace deprecated numpy.math with libc.math #2528

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

Merged
merged 1 commit into from
May 10, 2025

Conversation

kafitzgerald
Copy link
Contributor

The Cartopy test builds are currently failing with the release of Cython 3.1.0 which deprecates numpy.math instead recommending the use of libc.math directly.

This PR makes that change in Cartopy.

Closes #2527

Admittedly this isn't something I'm particularly familiar with, but had noticed the builds failing and started looking into it.

However, I have tested this locally and everything passed.

@CLAassistant
Copy link

CLAassistant commented May 10, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@QuLogic QuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good.

@greglucas greglucas merged commit 1e15833 into SciTools:main May 10, 2025
34 of 37 checks passed
@greglucas
Copy link
Contributor

Thanks for the quick fix @kafitzgerald!

@QuLogic QuLogic added this to the Next Release milestone May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TST] Upcoming dependency test failures
4 participants