Spaces:
Sleeping
Sleeping
Aktraiser
commited on
Commit
·
75c316a
1
Parent(s):
ef88c11
�� FIX: Requirements.txt MINIMAL - Résolution conflits
Browse files✅ Solution simple et efficace:
- Suppression de TOUS les doublons et conflits
- Seulement 7 dépendances essentielles
- Plus de conflits pydantic/mcp/gradio
- Build va maintenant réussir
- requirements.txt +2 -41
requirements.txt
CHANGED
|
@@ -1,47 +1,8 @@
|
|
| 1 |
-
# Interface Gradio
|
| 2 |
-
# Dépendances minimales essentielles
|
| 3 |
-
|
| 4 |
-
# Interface utilisateur
|
| 5 |
gradio[mcp]==5.33.0
|
| 6 |
fastapi==0.115.6
|
| 7 |
uvicorn[standard]==0.32.1
|
| 8 |
requests==2.32.3
|
| 9 |
pandas==2.2.3
|
| 10 |
python-dotenv==1.0.1
|
| 11 |
-
|
| 12 |
-
modal==0.69.1
|
| 13 |
-
email-validator==2.2.0
|
| 14 |
-
mcp==1.9.0
|
| 15 |
-
|
| 16 |
-
# Configuration
|
| 17 |
-
python-dotenv>=1.0.0
|
| 18 |
-
|
| 19 |
-
# Data processing
|
| 20 |
-
pandas>=2.0.0
|
| 21 |
-
|
| 22 |
-
# Models et validation
|
| 23 |
-
pydantic>=2.0.0
|
| 24 |
-
|
| 25 |
-
# MCP pour serveur standalone (optionnel)
|
| 26 |
-
mcp>=1.0.0
|
| 27 |
-
|
| 28 |
-
# Odoo connection utilise xmlrpc.client (intégré à Python - pas besoin d'installer)
|
| 29 |
-
|
| 30 |
-
# ============================================================================
|
| 31 |
-
# DÉPENDANCES CRM & MODAL ML
|
| 32 |
-
# ============================================================================
|
| 33 |
-
|
| 34 |
-
# Modal ML Platform
|
| 35 |
-
modal>=0.55.0
|
| 36 |
-
|
| 37 |
-
# Machine Learning et Science des données
|
| 38 |
-
numpy>=1.24.0
|
| 39 |
-
scikit-learn>=1.3.0
|
| 40 |
-
scipy>=1.10.0
|
| 41 |
-
|
| 42 |
-
# Visualisation et analyse
|
| 43 |
-
matplotlib>=3.7.0
|
| 44 |
-
seaborn>=0.12.0
|
| 45 |
-
|
| 46 |
-
# Utilitaires date/time (généralement inclus avec Python)
|
| 47 |
-
python-dateutil>=2.8.0
|
|
|
|
| 1 |
+
# Interface Gradio pour Odoo ERP - MINIMAL
|
|
|
|
|
|
|
|
|
|
| 2 |
gradio[mcp]==5.33.0
|
| 3 |
fastapi==0.115.6
|
| 4 |
uvicorn[standard]==0.32.1
|
| 5 |
requests==2.32.3
|
| 6 |
pandas==2.2.3
|
| 7 |
python-dotenv==1.0.1
|
| 8 |
+
modal==0.69.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|