Skip to content
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

Failing Master build due to Deprecations in NumPy 1.20 #20892

Closed
Sc0rpi0n101 opened this issue Feb 1, 2021 · 3 comments
Closed

Failing Master build due to Deprecations in NumPy 1.20 #20892

Sc0rpi0n101 opened this issue Feb 1, 2021 · 3 comments
Labels
GitHub Actions Related to the GitHub Actions CI setup. Do not use for test failures unless they are GHA specific. Maintainability
Milestone

Comments

@Sc0rpi0n101
Copy link
Member

Looking at the traceback in the failing Travis build in master, there are a lot of deprecation warnings that are causing the build to fail.

It looks like NumPy has updated their data type aliases and deprecated some of the existing ones like np.int, np.complex, etc. (numpy/numpy#14882) in their latest 1.20 release. Just looking at the no of failures, it looks like we have a lot of instances of these which we need to update

@oscarbenjamin
Copy link
Contributor

We also need to unpin the versions of the dependencies in the optional dependency job on Github Actions so that these errors show up there as well.

@asmeurer
Copy link
Member

asmeurer commented Feb 1, 2021

(that's issue #20623)

@Maelstrom6 Maelstrom6 added GitHub Actions Related to the GitHub Actions CI setup. Do not use for test failures unless they are GHA specific. Maintainability labels Feb 2, 2021
@asmeurer asmeurer added this to the SymPy 1.8 milestone Feb 11, 2021
@oscarbenjamin
Copy link
Contributor

This is fixed now in #20944

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GitHub Actions Related to the GitHub Actions CI setup. Do not use for test failures unless they are GHA specific. Maintainability
Projects
None yet
Development

No branches or pull requests

4 participants