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 574 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
  1. [tool.poetry]
  2. name = "star-types"
  3. version = "0.1.0"
  4. description = "Predicting the type of a star"
  5. authors = ["Annalie Kruseman <annaliakruseman@gmail.com>"]
  6. [[tool.poetry.source]]
  7. name = "star-types"
  8. url = "https://github.com/annalieNK/star-types/simple/"
  9. [tool.poetry.dependencies]
  10. python = "^3.8.6"
  11. pandas = "^1.2.2"
  12. sklearn = "^0.0"
  13. matplotlib = "^3.3.4"
  14. PyYAML = "^5.4.1"
  15. seaborn = "^0.11.1"
  16. jupyter = "^1.0.0"
  17. twine = "^3.3.0"
  18. [tool.poetry.dev-dependencies]
  19. pytest = "^4.6"
  20. [build-system]
  21. requires = ["poetry-core>=1.0.0"]
  22. 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...