bandfit/pyproject.toml

21 lines
402 B
TOML
Raw Permalink Normal View History

2023-03-18 17:05:05 -04:00
[tool.poetry]
name = "bandfit"
version = "0.1.0"
description = ""
authors = ["Valentin Boettcher <hiro@protagon.space>"]
readme = "README.md"
[tool.poetry.dependencies]
2023-03-18 18:02:01 -04:00
python = ">=3.10,<3.12"
scipy = "^1.10.1"
matplotlib = "^3.7.1"
2023-03-23 10:21:38 -04:00
[tool.poetry.group.dev.dependencies]
2023-03-18 18:02:01 -04:00
ipython = "^8.11.0"
jupyter-core = "^5.3.0"
2023-03-18 17:05:05 -04:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"