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 791 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 = "iis"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["zalalahovnik <zala.lahovnik@gmail.com>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = ">=3.9,<3.12"
  9. pandas = "^2.2.1"
  10. numpy = "^1.26.4"
  11. tensorflow = "2.15.0"
  12. keras = "2.15.0"
  13. tensorflow-io-gcs-filesystem="0.31.0"
  14. scikit-learn = "^1.4.1.post1"
  15. flask = "^3.0.2"
  16. pytest = "^8.0.2"
  17. flask-cors = "^4.0.0"
  18. dvc = "^3.49.0"
  19. dvc-s3 = "^3.1.0"
  20. great-expectations = "=0.16.1"
  21. evidently = "^0.4.19"
  22. mlflow = "^2.11.3"
  23. tf2onnx = "^1.16.1"
  24. onnxruntime = "^1.17.3"
  25. python-dotenv = "^1.0.1"
  26. pymongo = "^4.7.0"
  27. [tool.poetry.group.dev.dependencies]
  28. black = "^24.4.0"
  29. jupyter = "^1.0.0"
  30. [tool.pytest.ini_options]
  31. pythonpath = [
  32. "."
  33. ]
  34. [build-system]
  35. requires = ["poetry-core"]
  36. 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...