15 lines
250 B
TOML
15 lines
250 B
TOML
[project]
|
|
name = "cours4-0"
|
|
version = "0.1.0"
|
|
description = "Cours 4.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"mystmd",
|
|
"jupyter-server",
|
|
"ipykernel",
|
|
"matplotlib",
|
|
"numpy",
|
|
"pandas",
|
|
"scipy",
|
|
]
|