# ML and AI libraries (ONLY for services that need them) # WARNING: These are HEAVY dependencies - only include in services that absolutely need them # Sentence transformers (includes PyTorch - ~2GB) sentence-transformers>=5.1.1 # Transformers library (includes PyTorch - ~1GB) transformers>=4.57.0 # Traditional ML (lighter than deep learning) scikit-learn>=1.7.2 numpy>=2.3.3 # NLP libraries spacy>=3.8.7 nltk>=3.9.2 # Text processing fuzzywuzzy>=0.18.0 python-Levenshtein>=0.27.1