Files
2026-02-01_churn/pyproject.toml
2026-02-02 16:26:10 -05:00

17 lines
371 B
TOML

[tool.poetry]
name = "jupyter-analysis"
version = "0.1.0"
description = "Jupyter notebook project for data analysis and charting"
authors = ["Justin"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.13"
jupyter = "^1.1.1"
pandas = "^3.0.0"
plotly = "^6.0.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"