Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 590 B

You have to be logged in to leave a comment. Sign In
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
29
30
31
  1. # Backend dependencies
  2. fastapi>=0.100.0
  3. uvicorn>=0.23.0
  4. gradio==3.50.2
  5. pandas>=2.1.0
  6. numpy>=1.26.0
  7. matplotlib>=3.8.0
  8. seaborn>=0.13.0
  9. plotly>=5.18.0
  10. requests>=2.31.0
  11. scikit-learn>=1.3.0
  12. python-multipart>=0.0.6
  13. pydantic>=2.0.0
  14. dvc>=3.0.0
  15. dvc-gdrive>=2.20.0
  16. mlflow>=2.10.0
  17. python-dotenv>=0.19.0
  18. dagshub>=0.5.0
  19. jsonschema>=4.0.0
  20. # Development and testing
  21. pytest>=7.0.0
  22. pytest-cov>=4.0.0
  23. black>=23.0.0
  24. isort>=5.12.0
  25. flake8>=6.0.0
  26. mypy>=1.0.0
  27. # Frontend dependencies are managed separately in the frontend/package.json file
  28. # To install frontend dependencies, run:
  29. # cd frontend && npm install
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...