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 684 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
33
34
  1. [tool.poetry]
  2. name = "customer_segmentation"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["khuyentran1401 <khuyentran1476@gmail.com>"]
  6. [tool.poetry.dependencies]
  7. python = "^3.8"
  8. numpy = ">=1.14.3,<1.21.0"
  9. matplotlib = "^3.5.1"
  10. seaborn = "^0.11.2"
  11. scikit-learn = "^1.0.2"
  12. hydra-core = "^1.1.1"
  13. dvc = "^2.9.3"
  14. yellowbrick = "^1.3.post1"
  15. pandas = "<1.3.5"
  16. wandb = "^0.12.9"
  17. bentoml = "1.0.0a3"
  18. prefect = "^0.15.13"
  19. pydantic = "^1.9.0"
  20. streamlit = "^1.5.1"
  21. pygit2 = "1.8.0"
  22. [tool.poetry.dev-dependencies]
  23. pytest = "^6.2.5"
  24. pre-commit = "^2.17.0"
  25. [virtualenvs]
  26. create = true
  27. in-project = true
  28. [build-system]
  29. requires = ["poetry-core>=1.0.0"]
  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...