Skip to content

Commit

Permalink
pin ndarray to symver 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wgurecky committed Sep 4, 2024
1 parent 1f45f69 commit f357608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ finitediff = {version="0.1.4", features = ["ndarray"]}
rand_distr = "0.4.3"
num-traits = "0.2.19"
num-complex = "0.4"
ndarray = {version=">=0.15.6", features=["rayon"]}
ndarray = {version="0.15", features=["rayon"]}
faer = {version = "0.19.2"}
faer-ext = {version="0.2.0", features=["ndarray"]}
rayon = "1.10.0"
pyo3 = {version = "0.21.2", features = ["extension-module"]}
pyo3 = {version="0.21.2", features = ["extension-module"]}
numpy = "0.21"
kdtree = "0.7.0"
# nalgebra = "*"
Expand Down

0 comments on commit f357608

Please sign in to comment.