13 lines
248 B
TOML
13 lines
248 B
TOML
[project]
|
|
name = "exploration"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"jupyter>=1.1.1",
|
|
"numpy>=2.3.5",
|
|
"pandas>=2.3.3",
|
|
"scikit-learn>=1.7.2",
|
|
]
|