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 505 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
  1. [project]
  2. name = "machinelearning-pipeline"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.11"
  7. dependencies = [
  8. "apache-airflow>=3.0.2",
  9. "box>=0.1.5",
  10. "catboost>=1.2.8",
  11. "dagshub>=0.5.10",
  12. "dvc>=3.61.0",
  13. "ensure>=1.0.4",
  14. "flask>=3.1.1",
  15. "kaggle>=1.7.4.5",
  16. "matplotlib>=3.10.3",
  17. "mlflow>=3.1.1",
  18. "numpy>=2.3.1",
  19. "pandas>=2.3.1",
  20. "python-box>=7.3.2",
  21. "scikit-learn>=1.7.0",
  22. "vox>=0.0.1",
  23. ]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...