Consolidate dependency updates and add Python 3.14 support - #929
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates the dependency updates from #924, #925, #926, #927, and #928:
NumPy compatibility
NumPy 2.5.1 requires Python 3.12+, which made #928 uninstallable on the supported Python 3.10 and 3.11 builds. There is no open NumPy Dependabot security alert for this repository and #928 is a routine version update, so this PR retains those supported Python versions and selects the newest compatible NumPy line:
Local validation
Closes #924
Closes #925
Closes #926
Closes #927
Closes #928