requirements.txt 491 B

123456789101112131415161718192021222324
  1. # --- COEUR DU PROJET (IA & AGENTS) ---
  2. langchain-community==0.3.7
  3. langchain-core==0.3.17
  4. langchain-experimental==0.3.0
  5. langchain-openai==0.2.5
  6. langchain-ollama==0.2.0
  7. langgraph==0.2.53
  8. langfuse==4.2.0
  9. # --- INTERFACE (Version mise à jour pour compatibilité) ---
  10. streamlit==1.40.1
  11. # --- ANALYSE DE DONNÉES & EXCEL ---
  12. openpyxl==3.1.5
  13. # --- VISUALISATION ---
  14. matplotlib==3.9.2
  15. seaborn==0.13.2
  16. # --- OUTILS & RECHERCHE ---
  17. duckduckgo-search==6.3.0
  18. python-dotenv==1.0.1
  19. requests==2.32.3