Skip to content

Commit

Permalink
allow versions =>0.30 <0.34 for nalgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspleyer committed Nov 1, 2024
1 parent 56a96c2 commit 2adbcba
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 @@ -17,7 +17,7 @@ license = "BSD-2-Clause"
[dependencies]
half = { version = "2.0", default-features = false, optional = true }
libc = "0.2"
nalgebra = { version = "0.32", default-features = false, optional = true }
nalgebra = { version = ">=0.30, <0.34", default-features = false, optional = true }
num-complex = ">= 0.2, < 0.5"
num-integer = "0.1"
num-traits = "0.2"
Expand All @@ -27,7 +27,7 @@ rustc-hash = "1.1"

[dev-dependencies]
pyo3 = { version = "0.22.0", default-features = false, features = ["auto-initialize"] }
nalgebra = { version = "0.32", default-features = false, features = ["std"] }
nalgebra = { version = ">=0.30, <0.34", default-features = false, features = ["std"] }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 2adbcba

Please sign in to comment.