Martijn van Beers commited on
Commit
5e5f47a
1 Parent(s): bc9c904

Try updating spacy to avoid building it

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -5,8 +5,8 @@ numpy==1.23.0
5
  opencv-python==4.6.0.66
6
  regex==2022.6.2
7
  scikit-image==0.19.3
8
- spacy==2.3.7
9
- https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz
10
  torch==1.11.0
11
  torchvision==0.12.0
12
  uvicorn==0.19.0
 
5
  opencv-python==4.6.0.66
6
  regex==2022.6.2
7
  scikit-image==0.19.3
8
+ #spacy==3.7.0
9
+ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
10
  torch==1.11.0
11
  torchvision==0.12.0
12
  uvicorn==0.19.0