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 754 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 = "bike-availability-mb"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["anagasperin <ana.gasperin@student.um.si>"]
  6. readme = "README.md"
  7. packages = [{include = "bike_availability_mb"}]
  8. [tool.poetry.dependencies]
  9. python = "^3.10"
  10. pandas = "^1.5.3"
  11. requests = "^2.28.2"
  12. datetime = "^5.1"
  13. unicodecsv = "^0.14.1"
  14. flask = "^2.0.2"
  15. flask-cors = "^3.0.10"
  16. scikit-learn = "^1.3.0"
  17. dvc = "2.51.0"
  18. dvc-s3 = "2.21.0"
  19. great-expectations = "^0.17.3"
  20. evidently = "^0.3.1"
  21. llvmlite = "^0.39.0"
  22. numba = "^0.56.4"
  23. mlflow = "^2.2.2"
  24. pymongo = "^4.4.1"
  25. pytest = "^7.4.0"
  26. [tool.poetry.group.dev.dependencies]
  27. ipykernel = "^6.23.3"
  28. black = "^23.3.0"
  29. jupyter = "^1.0.0"
  30. [build-system]
  31. requires = ["poetry-core"]
  32. 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...