Skip to content

Commit 39bd711

Browse files
committed
chore: update candle
1 parent 2ce548e commit 39bd711

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ anyhow = "1.0.89"
1616
approx = "0.5.1"
1717
argmin = "0.10.0"
1818
bytemuck = "1.22.0"
19-
candle-core = { version = "=0.8.1", optional = true }
20-
candle-datasets = { version = "=0.8.1", optional = true }
21-
candle-nn = { version = "=0.8.1", optional = true }
19+
candle-core = { version = "0.9.1", optional = true }
20+
candle-datasets = { version = "0.9.1", optional = true }
21+
candle-nn = { version = "0.9.1", optional = true }
2222
chrono = "0.4.38"
2323
cudarc = { version = "0.13.9", optional = true, features = [
2424
"cuda-12080",
@@ -42,6 +42,7 @@ ndarray = { version = "0.16.1", features = [
4242
"blas",
4343
] }
4444
ndarray-linalg = { version = "0.17.0" }
45+
ndarray-npy = "0.9.1"
4546
ndarray-rand = "0.15.0"
4647
ndarray-stats = "0.6.0"
4748
ndrustfft = "0.5.0"

0 commit comments

Comments
 (0)