summaryrefslogtreecommitdiff
path: root/candle-datasets
diff options
context:
space:
mode:
Diffstat (limited to 'candle-datasets')
-rw-r--r--candle-datasets/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-datasets/Cargo.toml b/candle-datasets/Cargo.toml
index 88b81311..d4a34b01 100644
--- a/candle-datasets/Cargo.toml
+++ b/candle-datasets/Cargo.toml
@@ -11,8 +11,8 @@ readme = "README.md"
[dependencies]
byteorder = { workspace = true }
-candle = { path = "../candle-core", version = "0.1.2", package = "candle-core" }
-candle-nn = { path = "../candle-nn", version = "0.1.2" }
+candle = { path = "../candle-core", version = "0.1.3", package = "candle-core" }
+candle-nn = { path = "../candle-nn", version = "0.1.3" }
hf-hub = { workspace = true}
intel-mkl-src = { workspace = true, optional = true }
memmap2 = { workspace = true }