Skip to content

Commit 9051e3e

Browse files
committed
Adding aiodebug dependency that is used under Windows
1 parent 285e9fe commit 9051e3e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

install_steps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pip 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

88
python -m spacy download en_core_web_sm
99
python -m spacy download en_core_web_md

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
aiodebug>=2.3.0
12
asyncio>=3.4.3
23
aiofiles>=23.1.0
34
charset-normalizer>=3.1.0
@@ -9,7 +10,9 @@ pandas>=2.1.4
910
progressbar2==4.2.0
1011
pympler>=1.0.1
1112
regex>=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

0 commit comments

Comments
 (0)