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 fcbe35a commit 20b9eb2Copy full SHA for 20b9eb2
Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Jim Turner <[email protected]>"]
5
6
[dependencies]
7
ndarray = "0.12"
8
-noisy_float = "0.1"
+noisy_float = "0.1.8"
9
num-traits = "0.2"
10
rand = "0.5"
11
itertools = { version = "0.7.0", default-features = false }
@@ -16,4 +16,3 @@ ndarray-rand = "0.8"
16
17
[patch.crates-io]
18
ndarray = { git = "https://github.com/rust-ndarray/ndarray.git", branch = "master" }
19
-noisy_float = { git = "https://github.com/SergiusIW/noisy_float-rs.git", rev = "c33a94803987475bbd205c9ff5a697af533f9a17" }
0 commit comments