Skip to content

Commit 42384c8

Browse files
authored
Merge pull request #16 from rust-dd/feat/autoregressive
feat: ar models
2 parents 9cbb4c9 + ae8c6c8 commit 42384c8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stochastic-rs"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
license = "MIT"
66
description = "A Rust library for quant finance and simulating stochastic processes."
@@ -36,9 +36,7 @@ ndarray = { version = "0.16.1", features = [
3636
"matrixmultiply-threading",
3737
"blas",
3838
] }
39-
ndarray-linalg = { version = "0.17.0", features = [
40-
"openblas-static",
41-
] }
39+
ndarray-linalg = { version = "0.17.0", features = ["openblas-static"] }
4240
ndarray-npy = "0.9.1"
4341
ndarray-rand = "0.15.0"
4442
ndarray-stats = "0.6.0"

0 commit comments

Comments
 (0)