Project_Journal-Csharp_back.../requirements_nlp_optional.txt
2026-02-21 18:35:20 -06:00

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"