[FIX] working version
Showing
# Specify fixed versions for spaCy and sense2vec because pretrained models are only compatible with certain versions; | # Specify fixed versions for spaCy and sense2vec because pretrained models are only compatible with certain versions; | ||
# and tests use hardcoded outputs, so the program may randomly fail to build if a dynamic version is used. | # and tests use hardcoded outputs, so the program may randomly fail to build if a dynamic version is used. | ||
spacy-transformers | |||
setuptools | setuptools | ||
numpy==1.24.2 | numpy==1.24.2 | ||
sense2vec==2.0.0 | sense2vec==2.0.0 | ||
... | @@ -10,4 +12,3 @@ uvicorn==0.15.0 | ... | @@ -10,4 +12,3 @@ uvicorn==0.15.0 |
pytest==6.2.5 | pytest==6.2.5 | ||
requests==2.26.0 | requests==2.26.0 | ||
spacy==3.1.3 | spacy==3.1.3 | ||
fr-core-news-md @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_md-3.1.0/fr_core_news_md-3.1.0-py3-none-any.whl |
Please register or sign in to comment