Skip to content

Commit c1b6103

Browse files
authored
Fix compile for dataset crate with vision feature (#2228)
This fixes the compile error when burn is compiled with only the `dataset` and `vision` feature enabled burn = { default-features = false, features = ["dataset", "vision"] }
1 parent ce2a508 commit c1b6103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/burn-dataset/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fake = ["dep:fake"]
2121
sqlite = ["__sqlite-shared", "dep:rusqlite"]
2222
sqlite-bundled = ["__sqlite-shared", "rusqlite/bundled"]
2323

24-
vision = ["dep:flate2", "dep:globwalk", "dep:burn-common"]
24+
vision = ["dep:flate2", "dep:globwalk", "dep:burn-common", "dep:image"]
2525

2626
# internal
2727
__sqlite-shared = [

0 commit comments

Comments
 (0)