Skip to content

Commit fccd723

Browse files
fix: resolve ndarray version mismatch by pinning dependencies
1 parent db63e70 commit fccd723

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ approx = "0.5"
4242

4343
ndarray = { version = "0.16", features = ["approx"] }
4444
ndarray-linalg = { version = "0.17", optional = true }
45-
sprs = { version = "0.11", default-features = false }
45+
sprs = { version = "=0.11.2", default-features = false }
4646

4747
thiserror = "2.0"
4848

datasets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/rust-ml/linfa"
1010
[dependencies]
1111
linfa = { version = "0.8.0", path = ".." }
1212
ndarray = { version = "0.16" }
13-
ndarray-csv = "0.5"
13+
ndarray-csv = "=0.5.3"
1414
csv = "1.1"
1515
flate2 = "1.0"
1616
ndarray-rand = { version = "0.15", optional = true }

0 commit comments

Comments
 (0)