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 659 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
  1. [project]
  2. name = "brain-mri"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.10"
  7. dependencies = [
  8. "black>=25.1.0",
  9. "evidently>=0.7.11",
  10. "hyperopt>=0.2.7",
  11. "isort>=6.0.1",
  12. "jupyterlab>=4.4.5",
  13. "kagglehub>=0.3.12",
  14. "matplotlib>=3.10.3",
  15. "mlflow>=3.1.1",
  16. "numpy>=2.2.6",
  17. "onnx>=1.18.0",
  18. "prefect>=3.4.9",
  19. "psycopg>=3.2.9",
  20. "psycopg-binary>=3.2.9",
  21. "psycopg2-binary>=2.9.10",
  22. "pytest>=8.4.1",
  23. "python-dotenv>=1.1.1",
  24. "scikit-learn>=1.7.1",
  25. "seaborn>=0.13.2",
  26. "tensorboard>=2.20.0",
  27. "torch>=2.7.1",
  28. "torchvision>=0.22.1",
  29. ]
Tip!

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

Comments

Loading...