Pin python dependencies#984
Merged
Natsoulas merged 4 commits intoApr 24, 2025
Merged
Conversation
1c21dfa to
961c481
Compare
4c46723 to
978aa82
Compare
schaubh
requested changes
Apr 21, 2025
c46a6be to
d4681f4
Compare
fc44001 to
a079886
Compare
a079886 to
5f88269
Compare
schaubh
approved these changes
Apr 24, 2025
Contributor
schaubh
left a comment
There was a problem hiding this comment.
Nice work, I like the new canary CI test build solution. Thanks for the support. Did a rebase. I'm approving so you can close after the CI tests pass.
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.
Description
This PR pins all python dependencies to their latest versions as of the date of this PR (4/18/2025). The packages shared between the pyproject.toml file and requirements_dev.txt are updated to match within the .txt file.
The only new feature introduced in this PR is a weekly github workflow job that tests the latest versions of BSK's python dependencies on the latest python version on the latest macOS. This is to assist maintainers in updating dependency pinnings and refactoring code where needed.
Verification
Local building and unit testing as well as pull request CI tests. This is not a terribly invasive PR.
Documentation
N/A, release notes updated
Future work
Update pinnings where appropriate. Consolidate dependencies by moving all to
pyproject.tomland deleting .txt files. Also, update lower bound of all pinnings once python 3.8 is depreciated as it is the primary cause of the lower bounds existence.