Files
multi_energy_complementarity/pyproject.toml

13 lines
244 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",
]