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 884 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
37
38
39
40
  1. [tool.poetry]
  2. name = "vaja-1"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["kristjansuligoj <kristjan.suligoj@aspiria.com>"]
  6. readme = "README.md"
  7. packages = [{ include = "src" }]
  8. [tool.poetry.dependencies]
  9. python = ">=3.9,<4.0"
  10. requests = "^2.31.0"
  11. pytest = "^8.1.1"
  12. flask = "^3.0.2"
  13. pandas = "^2.2.1"
  14. numpy = "^1.26.4"
  15. joblib = "^1.3.2"
  16. scikit-learn = "^1.4.1.post1"
  17. tensorflow = "^2.16.1"
  18. openmeteo-requests = "^1.2.0"
  19. requests-cache = "^1.2.0"
  20. retry-requests = "^2.0.0"
  21. keras = "^3.2.1"
  22. matplotlib = "^3.8.4"
  23. great-expectations="^0.18.13"
  24. evidently = "^0.4.19"
  25. litestar="^2.8.2"
  26. dagshub="^0.3.25"
  27. mlflow="^2.12.1"
  28. python-dotenv="^1.0.1"
  29. flask-cors="^4.0.0"
  30. pymongo= { version = "^3.12", extras=["srv"] }
  31. tf2onnx="^1.16.1"
  32. onnxruntime="^1.17.3"
  33. [tool.poetry.scripts]
  34. api = "src.serve.api:main"
  35. [build-system]
  36. requires = ["poetry-core"]
  37. 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...