You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: