yarqa / pyproject.toml
betterwithage's picture
yarqa Space — FastAPI + vendored-THREE (docker SDK), honest CFD tier
b1c6fd2 verified
Raw
History Blame Contribute Delete
484 Bytes
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "yarqa"
version = "0.4.0"
description = "Plug-flow compartmentalization for compartmental models (clean-room, Apache-2.0)"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "Apache-2.0" }
authors = [{ name = "SZL Holdings" }]
dependencies = ["numpy>=1.23"]
[project.optional-dependencies]
test = ["pytest>=7"]
[tool.setuptools.packages.find]
include = ["yarqa*"]