INITIAL COMMIT (w2+3)
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[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",
|
||||
]
|
Reference in New Issue
Block a user