We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175b8f8 commit 888c160Copy full SHA for 888c160
Cargo.toml
@@ -28,7 +28,7 @@ test = true
28
[dependencies]
29
num-integer = { version = "0.1.39", default-features = false }
30
num-traits = { version = "0.2", default-features = false }
31
-num-complex = { version = "0.3", default-features = false }
+num-complex = { version = "0.4", default-features = false }
32
33
# Use via the `rayon` crate feature!
34
rayon_ = { version = "1.0.3", optional = true, package = "rayon" }
0 commit comments