Hacker News new | ask | show | jobs
You can now mix conda and PyPI packages (prefix.dev)
4 points by jaimergp 937 days ago
1 comments

Looks pretty awesome. I'm currently using rye for locking, but unfortunately it only creates a lock file for the current OS. Which makes it not ideal for cross-platform Python development. Torch, for example, has different dependencies on Mac and Linux.