17 lines
318 B
TOML
17 lines
318 B
TOML
[project]
|
|
name = "project-name"
|
|
version = "0.1.0"
|
|
description = ""
|
|
readme = "README.md"
|
|
requires-python = ">=3.13,<3.14"
|
|
dependencies = [
|
|
"jupyter>=1.1.1",
|
|
"matplotlib>=3.10.6",
|
|
"notebook>=7.4.5",
|
|
"numpy>=2.3.3",
|
|
"pandas>=2.3.2",
|
|
"pip>=25.2",
|
|
"scikit-learn>=1.7.2",
|
|
"scipy>=1.16.2",
|
|
]
|
|
|