Skip to content

Commit

Permalink
update dependencies (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Samuels <ks@ks.ax>
Co-authored-by: Min Kim <msk@dolbo.net>
  • Loading branch information
3 people authored May 20, 2024
1 parent 1e764cf commit 50b7d53
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ intel-mkl = ["intel-mkl-static"]
netlib = ["netlib-static"]
openblas = ["openblas-static"]

intel-mkl-static = [
"intel-mkl-src/mkl-static-lp64-seq",
"intel-mkl-src/download",
]
intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"]
intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]

netlib-static = ["netlib-src/static"]
Expand All @@ -52,20 +49,20 @@ serialization = [
[dependencies]
anyhow = "1"

itertools = "0.10"
itertools = "0.13"
lair = "0.6"
lapack = "0.19"
ndarray = "0.15.2"
num-complex = "0.4"
num-traits = "0.2.15" # 0.2.15 conflicts with lair-0.5
num-traits = "0.2.15"
rand = "0.8"
rand_distr = "0.4"
rand_pcg = "0.3"
serde = { version = "1", features = ["derive"], optional = true }
thiserror = "1"

[dependencies.intel-mkl-src]
version = "0.7"
version = "0.8.1"
default-features = false
optional = true

Expand Down

0 comments on commit 50b7d53

Please sign in to comment.