edgeeda-agent / pyproject.toml
SamChYe's picture
Publish EdgeEDA agent
aa677e3 verified
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "edgeeda"
version = "0.1.0"
description = "Agentic multi-fidelity PPA tuning for OpenROAD-flow-scripts (ORFS)"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"pyyaml>=6.0",
"numpy>=1.23",
"pandas>=2.0",
"tqdm>=4.66",
"scikit-learn>=1.3",
]
[project.scripts]
edgeeda = "edgeeda.cli:main"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]