Files
multi_energy_complementarity/pyproject.toml

21 lines
372 B
TOML
Raw Normal View History

2025-12-26 17:53:24 +08:00
[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",
2025-12-26 17:53:24 +08:00
]