[tool.poetry] name = "ergo_stuff" version = "1.0.0" description = "Expoloring the ergotropy of (finite) HO baths." authors = ["Valentin Boettcher "] 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" statsmodels = "^0.13.2" [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"