Skip to content

Commit b018fdb

Browse files
committed
fix: pin sprs in sub-crates to resolve CI failures
1 parent fccd723 commit b018fdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

algorithms/linfa-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ features = ["std", "derive"]
2626
[dependencies]
2727
ndarray = "0.16"
2828
num-traits = "0.2"
29-
sprs = { version = "0.11", default-features = false }
29+
sprs = { version = "=0.11.2", default-features = false }
3030

3131
linfa = { version = "0.8.0", path = "../.." }
3232
linfa-nn = { version = "0.8.0", path = "../linfa-nn" }

algorithms/linfa-preprocessing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ndarray-rand = "0.15"
2929
unicode-normalization = "0.1.8"
3030
regex = "1.4.5"
3131
encoding = "0.2"
32-
sprs = { version = "0.11", default-features = false }
32+
sprs = { version = "=0.11.2", default-features = false }
3333

3434
serde_regex = { version = "1.1", optional = true }
3535
itertools = "0.14.0"

algorithms/linfa-reduction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rand = { version = "0.8", features = ["small_rng"] }
4444

4545
linfa = { version = "0.8.0", path = "../.." }
4646
linfa-kernel = { version = "0.8.0", path = "../linfa-kernel" }
47-
sprs = { version = "0.11" }
47+
sprs = { version = "=0.11.2" }
4848
rand_xoshiro = "0.6.0"
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)