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
I was wondering if you would consider migrating from poetry to rye for dependency management. Rye seems to be much more lightweight and a lot easier to configure. I found some issues while working with the current poetry config. I was not able to get a few packages to install and had to manually increase the python version and play with the package versions to get it to install. I feel that the dependency resolution of poetry seems quite wishy-washy to me.
Rye on the other hand could handle this using rye pin <python-version>. Do let me know if migrating is something that you are interested in. I can send a PR.
The text was updated successfully, but these errors were encountered:
The advantage with this is that it has builtin support for linting, formatting, testing and more out of the box. This could potentially replace both poethepoet and poetry.
Hey @eyurtsev,
I was wondering if you would consider migrating from poetry to rye for dependency management. Rye seems to be much more lightweight and a lot easier to configure. I found some issues while working with the current poetry config. I was not able to get a few packages to install and had to manually increase the python version and play with the package versions to get it to install. I feel that the dependency resolution of poetry seems quite wishy-washy to me.
Rye on the other hand could handle this using
rye pin <python-version>
. Do let me know if migrating is something that you are interested in. I can send a PR.The text was updated successfully, but these errors were encountered: