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 657 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
  1. [tool.poetry]
  2. name = "mbajk-api"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Tine Šuster <tine.suster@gmail.com>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "3.10"
  9. pandas = "^2.2.2"
  10. jupyter = "^1.0.0"
  11. scikit-learn = "^1.4.2"
  12. ipykernel = "^6.29.4"
  13. tensorflow = "2.10.0"
  14. tensorflow-io-gcs-filesystem = "0.27.0"
  15. fastapi = "^0.110.3"
  16. uvicorn = {extras = ["standard"], version = "^0.29.0"}
  17. matplotlib = "^3.8.4"
  18. pytest = "^8.2.0"
  19. dvc = "^3.50.1"
  20. dvc-s3 = "^3.2.0"
  21. great-expectations = "^0.18.13"
  22. evidently = "^0.4.20"
  23. mlflow = "^2.12.1"
  24. pymongo = "^4.7.2"
  25. [build-system]
  26. requires = ["poetry-core"]
  27. 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...