Skip to content

Commit

Permalink
Pin sprs 0.11.1 to avoid several ndarray versions
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 14, 2025
1 parent a7c9dc9 commit 0b17640
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ approx = "0.4"

ndarray = { version = "0.15", features = ["approx"] }
ndarray-linalg = { version = "0.16", optional = true }
sprs = { version = "0.11", default-features = false }
sprs = { version = "=0.11.1", default-features = false }

thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion algorithms/linfa-preprocessing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ndarray-rand = { version = "0.14" }
unicode-normalization = "0.1.8"
regex = "1.4.5"
encoding = "0.2"
sprs = { version = "0.11.0", default-features = false }
sprs = { version = "=0.11.1", default-features = false }

serde_regex = { version = "1.1", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions algorithms/linfa-reduction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand = { version = "0.8", features = ["small_rng"] }

linfa = { version = "0.7.1", path = "../.." }
linfa-kernel = { version = "0.7.0", path = "../linfa-kernel" }
sprs = "0.11.1"
sprs = "=0.11.1"
rand_xoshiro = "0.6.0"

[dev-dependencies]
Expand All @@ -55,4 +55,4 @@ linfa-datasets = { version = "0.7.0", path = "../../datasets", features = [
] }
approx = { version = "0.4" }
mnist = { version = "0.6.0", features = ["download"] }
linfa-trees = { version = "0.7.0", path = "../linfa-trees"}
linfa-trees = { version = "0.7.0", path = "../linfa-trees" }

0 comments on commit 0b17640

Please sign in to comment.