This repository was archived by the owner on Feb 5, 2026. It is now read-only.
How to add a Spacy model to pyproject.toml #1387
|
I would like to have a spacy model installed via rye. Normally, we would do this and it would be added: rye run python -m spacy download en_core_web_smHowever, when you Is there a way to specify this in I tried adding the following with no luck: [[tool.rye.sources]]
name="en_core_web_sm"
url="https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl"Two other people asked about this here: #1004 |
Answered by
drothermel
Oct 16, 2024
Replies: 1 comment
|
According to the Spacy docs:
So I tried the following which seems to work: |
0 replies
Answer selected by
cdolek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the Spacy docs: