gridforge-low-code-platform.../pyproject.toml

15 lines
320 B
TOML

[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "gridforge"
version = "0.0.0"
description = "Low-code platform for composable energy optimization apps"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pydantic>=1.10",
"numpy>=1.24",
]