Skip to content

Commit

Permalink
Remove exact thiserror versioning for linfa-hierarchical
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Oct 15, 2023
1 parent 67de001 commit 87e7325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/linfa-hierarchical/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["algorithms", "mathematics", "science"]
[dependencies]
ndarray = { version = "0.15" }
kodama = "0.2"
thiserror = "=1.0.25"
thiserror = "1.0.25"

linfa = { version = "0.6.1", path = "../.." }
linfa-kernel = { version = "0.6.1", path = "../linfa-kernel" }
Expand Down

0 comments on commit 87e7325

Please sign in to comment.