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.
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.