aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: cfd170be3651c74a47289c700e16bb833235b13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "analysis"
version = "0.1.0"
description = ""
authors = ["Paul Harrison <paul@harrison.sh>"]
readme = "README.md"
packages = [{include = "analysis", from = "src"}]

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
jupyter = "^1.1.1"
numpy = "^2.1.0"
pandas = "^2.2.2"
matplotlib = "^3.9.2"
seaborn = "^0.13.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"