-
Sometime, for ML projects, I need to use conda to make life easier. Just curious, when add a dependency, is it possible to let PDM use conda other than PIP? It is OK if everything is from conda but not pip. I guess it's very hard, just wanna check out. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
frostming
Feb 13, 2023
Replies: 2 comments 1 reply
-
PDM does not use pip under the hood anymore. And it supports PyPI-like indexes only, so no Conda forge(s) I'm afraid. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could try pdm-conda maintained by the community |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yingbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could try pdm-conda maintained by the community