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 465 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
  1. [tool.poetry]
  2. name = "gene-expressions"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Your Name <you@example.com>"]
  6. [tool.poetry.dependencies]
  7. python = "^3.8.6"
  8. pandas = "^1.2.4"
  9. jupyter = "^1.0.0"
  10. matplotlib = "^3.4.1"
  11. seaborn = "^0.11.1"
  12. sklearn = "^0.0"
  13. Flask = "^1.1.2"
  14. evidently = "^0.1.15-alpha.0"
  15. boto3 = "^1.17.68"
  16. [tool.poetry.dev-dependencies]
  17. pytest = "^4.6"
  18. [build-system]
  19. requires = ["poetry-core>=1.0.0"]
  20. 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...