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 557 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 = "grogu-segmentor"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Your Name <you@example.com>"]
  6. [tool.poetry.dependencies]
  7. python = "3.7.*"
  8. argh = "^0.26.2"
  9. pycocotools = "^2.0.2"
  10. torchvision = "^0.8.2"
  11. jupyterlab = "^3.0.3"
  12. dvc = "^1.11.10"
  13. Pillow = "^8.1.0"
  14. pkbar = "^0.5"
  15. scikit-image = "^0.18.1"
  16. opencv-python = "^4.5.1"
  17. Shapely = "^1.7.1"
  18. pytorch-ignite = "^0.4.2"
  19. dagshub = "^0.1.4"
  20. setuptools = "^51.3.3"
  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...