appartemp/pyproject.toml

15 lines
294 B
TOML

[project]
name = "appartemp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jupyter>=1.1.1",
"jupyter-cache>=1.0.1",
"matplotlib>=3.11.0",
"numpy>=2.5.0",
"pandas>=3.0.3",
"scipy>=1.18.0",
]