bachelor-thesis/evaluation/pyproject.toml

13 lines
268 B
TOML

[project]
name = "finthesis"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"duckdb>=1.5.1",
"matplotlib>=3.10.8",
"pandas>=3.0.1",
"scipy>=1.17.1",
"seaborn>=0.13.2",
]