model installation via PDM using pyproject.toml #12399
-
I am trying to cache dependencies between builds. So basically I want to use So my question: is it possible to install spacy models via pyproject.toml (while using PDM)? I was hoping something like the following would work but it doesn't seen to be the case:
But this leads to:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
related to this I found: |
Beta Was this translation helpful? Give feedback.
-
OK the following seems to work
|
Beta Was this translation helpful? Give feedback.
OK the following seems to work