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 732 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
35
36
  1. [tool.poetry]
  2. name = "mbajk-ml"
  3. version = "0.1.0"
  4. description = "MBajk Machine Learning"
  5. authors = ["Haris Brulic <haris.brulic@student.um.si>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "^3.12"
  9. pandas = "^2.2.1"
  10. scikit-learn = "^1.4.1.post1"
  11. tensorflow = "^2.16.1"
  12. keras = "^3.1.1"
  13. matplotlib = "^3.8.4"
  14. flask = "^3.0.3"
  15. flask-restx = "^1.3.0"
  16. werkzeug = "^3.0.2"
  17. flasgger = "^0.9.7.1"
  18. fastapi = "^0.110.1"
  19. pytest = "^8.1.1"
  20. cors = "^1.0.1"
  21. unidecode = "^1.3.8"
  22. dvc-s3 = "^3.1.0"
  23. great-expectations = "^0.18.13"
  24. evidently = "^0.4.20"
  25. mlflow = "^2.12.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...