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

[FEA]: Update our build system to use poetry #57

Open
jarmak-nv opened this issue Sep 6, 2024 · 0 comments · May be fixed by #96
Open

[FEA]: Update our build system to use poetry #57

jarmak-nv opened this issue Sep 6, 2024 · 0 comments · May be fixed by #96
Assignees
Labels
feature request New feature or request

Comments

@jarmak-nv
Copy link
Collaborator

Is this a new feature, an improvement, or a change to existing functionality?

Change

How would you describe the priority of this feature request

Significant improvement

Please provide a clear description of problem this feature solves

Right now our dependencies are managed through requirements.txt style dependencies. Moving over to poetry will give us a more robust build system that allows us to introspect into dependency trees looking for potential conflicts and helping when we are trying to identify if we can bump a package version with minimal impact.

Describe the feature, and optionally a solution or implementation and any alternatives

We could also do a more conda-friendly build system if that's something the team wants to look into, but since we're currently on a pip-based installation method, I think moving to poetry makes the most sense.

Additional context

No response

@jarmak-nv jarmak-nv added the feature request New feature or request label Sep 6, 2024
@jdye64 jdye64 linked a pull request Sep 23, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants