wrpll-simulation/pyproject.toml

27 lines
510 B
TOML

[tool.poetry]
name = "wrpll-simulation"
version = "0.1.0"
description = ""
authors = ["morgan <mc@m-labs.hk>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
scipy = "^1.11.4"
numpy = "^1.26.2"
ipykernel = "^6.27.1"
ipywidgets = "^8.1.1"
jupyter = "^1.0.0"
numba = "^0.58.1"
pandas = "^2.1.4"
plotly = "^5.18.0"
plotly-resampler = "^0.9.1"
flake8-black = "^0.3.6"
jupytext = "^1.16.1"
control = "^0.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"