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 db63e70 commit fccd723Copy full SHA for fccd723
2 files changed
Cargo.toml
@@ -42,7 +42,7 @@ approx = "0.5"
42
43
ndarray = { version = "0.16", features = ["approx"] }
44
ndarray-linalg = { version = "0.17", optional = true }
45
-sprs = { version = "0.11", default-features = false }
+sprs = { version = "=0.11.2", default-features = false }
46
47
thiserror = "2.0"
48
datasets/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/rust-ml/linfa"
10
[dependencies]
11
linfa = { version = "0.8.0", path = ".." }
12
ndarray = { version = "0.16" }
13
-ndarray-csv = "0.5"
+ndarray-csv = "=0.5.3"
14
csv = "1.1"
15
flate2 = "1.0"
16
ndarray-rand = { version = "0.15", optional = true }
0 commit comments