Sure, you can check their github or this somewhat objective comparison to other packaging tools. I personally like that it's more PEP compliant and definitely faster in my personal experience, especially with large packages like torch. Also allows using custom install scripts but I don't have enough experience with other managers to really compare that feature. Definitely not yet as popular as poetry but gaining traction.
Hi @<1547028074090991616:profile|ShaggySwan64>
I have to admit that personally I do not know pdm
, could you share links, and help us understand what is the value over pip/poetry/conda ?
@<1523701205467926528:profile|AgitatedDove14> I'm not really sure about "drop in replacement" but they do support importing poetry projects. It's also extensible with plug-ins (see None ) for controlling the dependency resolution and install process so you could probably find more use cases.
Hmm interesting, is it a drop in replacement to poetry ?