Files
multi_energy_complementarity/pyproject.toml
2025-12-27 20:40:18 +08:00

21 lines
372 B
TOML

[project]
name = "storage"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"matplotlib>=3.3.0",
"numpy>=1.19.0",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"pyinstaller>=6.17.0",
"scikit-learn>=1.8.0",
"seaborn>=0.13.2",
]
[dependency-groups]
dev = [
"mypy>=1.19.1",
]