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

lestarch: loosening package requirements #78

Merged
merged 2 commits into from
Jun 8, 2022

Conversation

LeStarch
Copy link
Collaborator

@LeStarch LeStarch commented Jun 3, 2022

Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

The recommended approach for python packages is to ship a setup.py (a.k.a python package) with the most minimal of requirement specifiers and let PIP to sort out the appropriate version set. This requires loose versions in our packages.

To get a "working set" of versions that always works, fprime will publish a requirements.txt that fixes all versions across the project.

timcanham
timcanham previously approved these changes Jun 6, 2022
@LeStarch LeStarch force-pushed the update/loose-requirements branch 2 times, most recently from 45abd5b to 31dc945 Compare June 8, 2022 01:22
@LeStarch LeStarch merged commit df44b44 into nasa:devel Jun 8, 2022
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.

None yet

2 participants