2024-05-08 14:47:05 -04:00
|
|
|
[tool.poetry]
|
|
|
|
name = "fitting-ringdown"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Valentin Boettcher <hiro@protagon.space>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
scipy = "^1.13.0"
|
|
|
|
click = "^8.1.7"
|
|
|
|
matplotlib = "^3.8.4"
|
2024-05-22 14:41:19 -04:00
|
|
|
networkx = "^3.3"
|
2024-05-30 12:12:01 -04:00
|
|
|
pyyaml = "^6.0.1"
|
2024-08-09 11:34:09 -04:00
|
|
|
lmfit = "^1.3.2"
|
2024-05-08 14:47:05 -04:00
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2024-05-11 11:52:04 -04:00
|
|
|
ptpython = "^3.0.26"
|
2024-05-08 14:47:05 -04:00
|
|
|
ipython = "^8.24.0"
|
2024-05-13 11:15:20 -04:00
|
|
|
jupyter-console = "^6.6.3"
|
|
|
|
ipdb = "^0.13.13"
|
2024-05-08 14:47:05 -04:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|