Skip to content

Commit

Permalink
Merge pull request #952 from rust-ndarray/update-complex
Browse files Browse the repository at this point in the history
Update num-complex to 0.4 and itertools to 0.10
  • Loading branch information
bluss committed Mar 25, 2021
2 parents 175b8f8 + 383ac0e commit 3e48234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -28,7 +28,7 @@ test = true
[dependencies]
num-integer = { version = "0.1.39", default-features = false }
num-traits = { version = "0.2", default-features = false }
num-complex = { version = "0.3", default-features = false }
num-complex = { version = "0.4", default-features = false }

# Use via the `rayon` crate feature!
rayon_ = { version = "1.0.3", optional = true, package = "rayon" }
Expand All @@ -48,7 +48,7 @@ rawpointer = { version = "0.2" }
defmac = "0.2"
quickcheck = { version = "0.9", default-features = false }
approx = "0.4"
itertools = { version = "0.9.0", default-features = false, features = ["use_std"] }
itertools = { version = "0.10.0", default-features = false, features = ["use_std"] }

[features]
default = ["std"]
Expand Down

0 comments on commit 3e48234

Please sign in to comment.