File size: 658 Bytes
369883b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # --- SERVIDOR E API --- fastapi uvicorn[standard] python-multipart openai prometheus-fastapi-instrumentator prometheus-client tavily-python # --- MACHINE LEARNING E NLP --- sentence-transformers numpy pandas scikit-learn scipy umap-learn hdbscan faiss-cpu nltk spacy langdetect https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl https://github.com/explosion/spacy-models/releases/download/pt_core_news_sm-3.7.0/pt_core_news_sm-3.7.0-py3-none-any.whl # --- TORCH CPU (>=2.6 required for CVE-2025-32434) --- torch>=2.6.0 torchvision torchaudio |