[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*"]