bandfit/pyproject.toml
2023-03-18 18:02:01 -04:00

19 lines
381 B
TOML

[tool.poetry]
name = "bandfit"
version = "0.1.0"
description = ""
authors = ["Valentin Boettcher <hiro@protagon.space>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
scipy = "^1.10.1"
matplotlib = "^3.7.1"
lmfit = "^1.1.0"
ipython = "^8.11.0"
jupyter-core = "^5.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"