File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33pip install -r requirements.txt
44
55
6- # these language models cannot be downloaded via pip install and need to be downloaded manually using the following commands
6+ # These language models cannot be downloaded via pip install and need to be downloaded manually using the following commands
77
88python -m spacy download en_core_web_sm
99python -m spacy download en_core_web_md
Original file line number Diff line number Diff line change 1+ aiodebug >= 2.3.0
12asyncio >= 3.4.3
23aiofiles >= 23.1.0
34charset-normalizer >= 3.1.0
@@ -9,7 +10,9 @@ pandas>=2.1.4
910progressbar2 == 4.2.0
1011pympler >= 1.0.1
1112regex >= 2023.3.23
12- spacy [cuda12x ]>= 3.5.4
13+ # you could also try spacy[cuda12x]>=3.5.4
14+ # leaving CUDA out by default to avoid compilation errors in some operating systems
15+ spacy >= 3.5.4
1316# these language models cannot be downloaded via pip install and need to be downloaded manually using the commands provided in install_steps.txt
1417# en-core-web-sm>=3.8.0
1518# en-core-web-md>=3.8.0
You can’t perform that action at this time.
0 commit comments