20 lines
442 B
TOML
20 lines
442 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "algograph_algebraic_portfolio_compiler_f"
|
|
version = "0.1.0"
|
|
description = "AlgoGraph: algebraic portfolio compiler for edge compute"
|
|
requires-python = ">=3.9"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"numpy>=1.21",
|
|
"scipy>=1.7",
|
|
"pandas>=1.3",
|
|
"typing_extensions>=3.10",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|