5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
# Optional NLP backend dependencies.
|
|
# Keep spaCy optional for Python 3.14 compatibility; the app auto-falls back
|
|
# when spaCy is not installed or not supported by the active interpreter.
|
|
spacy>=3.8,<4 ; python_version < "3.14"
|