19 lines
383 B
TOML
19 lines
383 B
TOML
[package]
|
|
name = "kickscore"
|
|
version = "0.1.0"
|
|
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
cblas = "0.2"
|
|
derivative = "1.0"
|
|
expm = "0.1"
|
|
lapacke = "0.2"
|
|
ndarray = "0.13"
|
|
ndarray-linalg = { version = "0.12" }
|
|
openblas-src = { version = "0.8", features = ["static"] }
|
|
ordered-float = "1.0"
|
|
rand = "0.6"
|
|
rand_xoshiro = "0.1"
|
|
statrs = "0.12"
|