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

More strict dependency versions #428

Merged
merged 7 commits into from
Nov 17, 2023
Merged

More strict dependency versions #428

merged 7 commits into from
Nov 17, 2023

Conversation

vtnate
Copy link
Contributor

@vtnate vtnate commented Nov 8, 2023

Use compatible release (tilde-style) versioning for dependencies. Assuming the maintainers of the dependencies use semantic versioning this will prevent backwards-incompatible changes from being unexpectedly introduced, while still getting updates that are compatible with what currently works.

I added an additional constraint to the traitlets dependency, which satisfies option 1 of #426. However, option 3 is my preferred solution, which would allow for the removal of the second version constraint on traitlets. I submitted a separate PR #429 for that change.

@tarekelgindy tarekelgindy merged commit ecb21ee into NREL:master Nov 17, 2023
6 checks passed
@vtnate vtnate deleted the pessimistic-versions branch November 20, 2023 14:23
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.

2 participants