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 393 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
  1. [tool.poetry]
  2. name = "dvc-project"
  3. version = "0.1.0"
  4. description = "test dvc pipelines"
  5. authors = ["Your Name <you@example.com>"]
  6. [tool.poetry.dependencies]
  7. python = "^3.8"
  8. [tool.poetry.dev-dependencies]
  9. pandas = "^1.2.2"
  10. sklearn = "^0.0"
  11. pyaml = "^20.4.0"
  12. scikit-learn = "^0.24.1"
  13. scipy = "^1.6.1"
  14. [build-system]
  15. requires = ["poetry-core>=1.0.0"]
  16. 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...