Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -13,3 +13,4 @@ spacy>=3.5.3
|
|
13 |
openai>=1.0.0
|
14 |
altair>=5.1.0
|
15 |
httpx>=0.24.0 # If using async features
|
|
|
|
13 |
openai>=1.0.0
|
14 |
altair>=5.1.0
|
15 |
httpx>=0.24.0 # If using async features
|
16 |
+
python -m spacy download en_core_web_sm
|