Update requirements.txt
Browse files- requirements.txt +20 -47
requirements.txt
CHANGED
|
@@ -1,47 +1,20 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
# An谩lisis de datos y visualizaci贸n
|
| 23 |
-
numpy>=1.24.0
|
| 24 |
-
pandas>=2.0.0
|
| 25 |
-
scikit-learn>=1.3.0
|
| 26 |
-
matplotlib>=3.7.0
|
| 27 |
-
seaborn>=0.12.0
|
| 28 |
-
plotly>=5.17.0
|
| 29 |
-
|
| 30 |
-
# Reducci贸n dimensional y clustering
|
| 31 |
-
umap-learn>=0.5.4
|
| 32 |
-
hdbscan>=0.8.33
|
| 33 |
-
|
| 34 |
-
# Utilidades adicionales
|
| 35 |
-
requests>=2.31.0
|
| 36 |
-
aiohttp>=3.8.0
|
| 37 |
-
python-multipart>=0.0.6
|
| 38 |
-
pydantic>=2.4.0
|
| 39 |
-
|
| 40 |
-
# Optimizaci贸n y aceleraci贸n
|
| 41 |
-
numba>=0.58.0
|
| 42 |
-
|
| 43 |
-
# Logging y monitoreo
|
| 44 |
-
loguru>=0.7.2
|
| 45 |
-
|
| 46 |
-
# Compatibilidad con Hugging Face
|
| 47 |
-
huggingface-hub>=0.17.0
|
|
|
|
| 1 |
+
# N煤cleo cient铆fico
|
| 2 |
+
torch>=2.1.0
|
| 3 |
+
transformers>=4.40.0
|
| 4 |
+
sentence-transformers>=2.6.0
|
| 5 |
+
accelerate>=0.30.0
|
| 6 |
+
|
| 7 |
+
# Procesamiento multimodal
|
| 8 |
+
openai-whisper>=2025.06.0
|
| 9 |
+
qdrant-client>=1.8.0
|
| 10 |
+
umap-learn>=0.5.5
|
| 11 |
+
|
| 12 |
+
# Interfaz y optimizaci贸n
|
| 13 |
+
gradio>=4.25.0
|
| 14 |
+
streamlit>=1.35.0
|
| 15 |
+
plotly>=5.22.0
|
| 16 |
+
|
| 17 |
+
# Aceleraci贸n cient铆fica
|
| 18 |
+
biopython>=1.83
|
| 19 |
+
rdkit>=2025.03.0
|
| 20 |
+
pytorch-lightning>=2.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|