mirror of
https://github.com/vale981/bandfit
synced 2025-03-04 09:01:38 -05:00
20 lines
402 B
TOML
20 lines
402 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"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ipython = "^8.11.0"
|
|
jupyter-core = "^5.3.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|