2023-12-13 12:12:17 +08:00
|
|
|
[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"
|
2024-01-11 17:20:20 +08:00
|
|
|
flake8-black = "^0.3.6"
|
2023-12-13 12:12:17 +08:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|