Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gleastsq"
version = "0.6.3"
target = "erlang"
licences = ["Apache-2.0"]
description = "A least squares curve fitting library for Gleam."
repository = { type = "github", user = "lucaspellegrinelli", repo = "gleastsq" }
[dependencies]
exception = ">= 2.1.0 and < 3.0.0"
gleam_community_maths = ">= 2.0.1 and < 3.0.0"
gleam_stdlib = ">= 0.70.0 and < 2.0.0"
nx = ">= 0.11.0 and < 1.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.9.0 and < 2.0.0"
prng = ">= 5.1.0 and < 6.0.0"