13 lines
279 B
TOML
13 lines
279 B
TOML
[project]
|
|
name = "advanced-methods-practise-sose2025"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"ipykernel>=6.29.5",
|
|
"matplotlib>=3.10.1",
|
|
"numpy>=2.2.5",
|
|
"scikit-learn>=1.6.1",
|
|
]
|