-
-
Notifications
You must be signed in to change notification settings - Fork 863
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 NumPy 1.25/1.26 & SciPy 1.11 to CI #7897
Conversation
.pfnci/matrix.yaml
Outdated
python: "3.11" | ||
numpy: "1.24" | ||
python: "3.12" | ||
numpy: "1.26" | ||
scipy: "1.10" |
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.
SciPy 1.10 does not provide binary package for Python 3.12. I guess it would be better to add Python 3.12 axis after supporting SciPy 1.11?
/test mini |
/test mini |
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.
Fixed comments for future reference.
/test mini,head |
All failures are LOBPCG related errors fixed in #7924. Let's merge! |
@kmaehashi Failed to backport automatically.
|
Add NumPy 1.25/1.26 & SciPy 1.11 to CI
Part of #7616 and #7664.
Blocked by #7884 and #7896 and #7905.