AIdeaText commited on
Commit
819fa5f
·
verified ·
1 Parent(s): f56ecdf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  networkx
2
  matplotlib
3
  spacy==3.5.3
4
- https://github.com/explosion/spacy-models/releases/download/es_core_news_lg-3.5.0/es_core_news_lg-3.5.0.tar.gz
5
  pydantic==1.10.9
6
  numpy==1.23.5
7
  thinc==8.1.10
 
1
  networkx
2
  matplotlib
3
  spacy==3.5.3
4
+ !pip install https://huggingface.co/spacy/es_core_news_lg/resolve/main/es_core_news_lg-any-py3-none-any.whl
5
  pydantic==1.10.9
6
  numpy==1.23.5
7
  thinc==8.1.10