[tool.poetry] name = "fitting-ringdown" version = "0.1.0" description = "" authors = ["Valentin Boettcher "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" scipy = "^1.13.0" click = "^8.1.7" matplotlib = "^3.8.4" [tool.poetry.group.dev.dependencies] ipython = "^8.24.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"