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

pyproject.toml 701 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
32
  1. [tool.poetry]
  2. name = "dagshub-project"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Your Name <you@example.com>"]
  6. readme = "README.md"
  7. packages = [{include = "dagshub_project"}]
  8. [tool.poetry.dependencies]
  9. python = "==3.10.10"
  10. kaleido = "0.2.1"
  11. pycaret = "^3.0.2"
  12. pandas-profiling = "^3.6.6"
  13. mlflow = "^2.4.1"
  14. pre-commit = "^3.3.3"
  15. dagshub = "^0.2.18.post1"
  16. jupyter = "^1.0.0"
  17. shap = "^0.41.0"
  18. explainerdashboard = "^0.4.2.2"
  19. fastapi = "^0.97.0"
  20. uvicorn = "^0.22.0"
  21. pydantic = "^1.10.9"
  22. gradio = "^3.35.2"
  23. altair = "^5.0.1"
  24. vega-datasets = "^0.9.0"
  25. bentoml = "^1.0.22"
  26. scikit-learn = "^1.2.2"
  27. evidently = "^0.3.3"
  28. [build-system]
  29. requires = ["poetry-core"]
  30. build-backend = "poetry.core.masonry.api"
Tip!

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

Comments

Loading...