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

Switch from pip based dependency management to poetry #190

Open
avibathula opened this issue May 30, 2024 · 1 comment
Open

Switch from pip based dependency management to poetry #190

avibathula opened this issue May 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@avibathula
Copy link

avibathula commented May 30, 2024

For small projects pip is great, but for larger projects like this whose (flattened) dependency list is long and will surely keep growing more, it is better to move to poetry.

Conda can be a contender but is a very heavy option.

As the main target audience profile for this project is an AI Engineers and poetry is more suitable and it is perfect for robust dependency management, as well as environment management.

And poetry also helps with publishing of your package - I really hope you do that soon.

References of why Poetry over Pip

@chiragjn
Copy link
Member

Thanks for brining this up,
We have it on our plans to do start using poetry and publish cognita
That will also make installing extra optional packages straighforward and allow use to depend on ranges of packages

We were mostly waiting to reach a stable state on our interfaces before we start being a package with proper semantic versioning

@S1LV3RJ1NX S1LV3RJ1NX added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants