Bode-Plotter / pyproject.toml
KYLiN724's picture
init commit
334ba8c
raw
history blame contribute delete
288 Bytes
[project]
name = "bode-plotter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"black>=25.1.0",
"control>=0.10.1",
"gradio>=5.33.0",
"loguru>=0.7.3",
"plotly>=6.1.2",
"sympy>=1.14.0",
]