15 lines
294 B
TOML
15 lines
294 B
TOML
[project]
|
|
name = "diagram-ph"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"altair>=5.5.0",
|
|
"ipykernel>=6.29.5",
|
|
"matplotlib>=3.10.3",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=2.3.0",
|
|
"plotly>=6.1.2",
|
|
]
|