master-thesis/python/energy_flow_proper/ergo_stuff/pyproject.toml

24 lines
530 B
TOML

[tool.poetry]
name = "ergo_stuff"
version = "1.0.0"
description = "Expoloring the ergotropy of (finite) HO baths."
authors = ["Valentin Boettcher <hiro@protagon.space>"]
license = "GPLv3"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
matplotlib = "^3.5.0"
jupyter = "^1.0.0"
numba = "^0.55.1"
numpy = "~1.21"
mpmath = "^1.2.1"
scipy = "^1.8.0"
tabulate = "^0.8.9"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
click = "==8.0.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"