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 554 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
  1. [tool.poetry]
  2. name = "dvc-streamlit-example"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Antoine Toubhans <antoinet@sicara.com>"]
  6. license = "MIT"
  7. [tool.poetry.dependencies]
  8. python = ">=3.7.1,<3.10"
  9. tensorflow = "^2.4"
  10. pandas = "^1.3.4"
  11. PyYAML = "^6.0"
  12. numpy = "^1.21.4"
  13. tqdm = "^4.62.3"
  14. dvclive = "^0.4.5"
  15. streamlit = "^1.2.0"
  16. Pillow = "^8.4.0"
  17. dvc = "^2.8.3"
  18. flatten-dict = "^0.4.2"
  19. GitPython = "^3.1.24"
  20. watchdog = "^2.1.6"
  21. [tool.poetry.dev-dependencies]
  22. [build-system]
  23. requires = ["poetry-core>=1.0.0"]
  24. 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...