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 736 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
28
29
30
31
32
33
34
  1. [tool.poetry]
  2. name = "iis"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["PolnerFilip <filip.polner@student.um.si>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "3.9.19"
  9. pandas = "^2.2.1"
  10. requests = "^2.31.0"
  11. schedule = "^1.2.1"
  12. jupyter = "^1.0.0"
  13. colorlog = "^6.8.2"
  14. tensorflow = "2.10.0"
  15. tensorflow-io-gcs-filesystem = "0.27.0"
  16. python-dotenv = "^1.0.1"
  17. scikit-learn = "^1.4.1.post1"
  18. ipykernel = "^6.29.3"
  19. flask = "^3.0.2"
  20. flask-cors = "^4.0.0"
  21. great-expectations = "^0.18.12"
  22. evidently = "^0.4.19"
  23. dagshub = "0.3.8.post2"
  24. mlflow = "^2.12.1"
  25. pymongo = "^4.7.1"
  26. [tool.poetry.group.dev.dependencies]
  27. black = "^24.4.2"
  28. jupyter = "^1.0.0"
  29. [build-system]
  30. requires = ["poetry-core"]
  31. 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...