Files
pmsco-public/subprojects/loess/pyproject.toml

32 lines
737 B
TOML

[build-system]
build-backend = 'mesonpy'
requires = [
"charset-normalizer",
"meson>=1.6.0",
"meson-python>=0.18",
"ninja",
"numpy >= 1.22, < 2",
"setuptools",
"swig == 4.2",
]
[project]
name = "loess"
version = "0.1.0"
description = "LOESS - locally-weighted regression (AT&T netlib)"
classifiers = ["Private :: Do Not Upload"]
authors = [
{ name = "William S. Cleveland" },
{ name = "Eric Grosse" },
{ name = "Ming-Jen Shyu" },
]
maintainers = [
{ name = "Matthias Muntwiler", email = "matthias.muntwiler@psi.ch" }
]
readme = {file = "src/README", content-type = "text/plain"}
license-files = ["src/README"]
requires-python = ">=3.10, <3.14"
dependencies = [
"numpy >= 1.22, < 2",
]