[package]
name = "gam-models"
version = "0.3.127"
edition = "2024"
description = "Model families (GAMLSS, survival location-scale, BMS) for the gam penalized-likelihood engine"
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"
rust-version = "1.93"
[lints.rust]
warnings = "deny"
[dependencies]
faer = "0.24.0"
gam-data = { path = "../gam-data", version = "=0.3.127" }
gam-geometry = { path = "../gam-geometry", version = "=0.3.127" }
gam-gpu = { path = "../gam-gpu", version = "=0.3.127" }
gam-custom-family = { path = "../gam-custom-family", version = "=0.3.127" }
gam-identifiability = { path = "../gam-identifiability", version = "=0.3.127" }
gam-linalg = { path = "../gam-linalg", version = "=0.3.127" }
gam-math = { path = "../gam-math", version = "=0.3.127" }
gam-model-api = { path = "../gam-model-api", version = "=0.3.127" }
gam-model-kernels = { path = "../gam-model-kernels", version = "=0.3.127" }
gam-problem = { path = "../gam-problem", version = "=0.3.127" }
gam-runtime = { path = "../gam-runtime", version = "=0.3.127" }
gam-solve = { path = "../gam-solve", version = "=0.3.127" }
gam-spec = { path = "../gam-spec", version = "=0.3.127" }
gam-terms = { path = "../gam-terms", version = "=0.3.127" }
libm = "0.2.16"
log = "0.4.29"
ndarray = { version = "0.17.2", features = ["serde", "rayon"] }
rand = "0.10.1"
rand_distr = "0.6.0"
rayon = "1.12.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149", features = ["float_roundtrip"] }
smallvec = "1"
statrs = "0.18.0"
sysinfo = { version = "0.32", default-features = false, features = ["system"] }
thiserror = "2.0.18"
wide = "0.7"
[target.'cfg(target_os = "linux")'.dependencies]
cudarc = { version = "0.19.6", default-features = false, features = ["std", "driver", "runtime", "nvrtc", "cublas", "cublaslt", "cusparse", "cusolver", "cusolvermg", "curand", "nvtx", "cupti", "fallback-dynamic-loading", "cuda-12080"] }
[dev-dependencies]
approx = "0.5.1"
csv = "1.4.0"
gam-test-support = { path = "../gam-test-support" }
num-dual = "0.13.6"
tempfile = "3.27.0"