Skip to content

Commit 44082bb

Browse files
committed
chore: remove ai from default features
1 parent f615a7a commit 44082bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ yahoo_finance_api = { version = "2.3.0", optional = true }
7777
[features]
7878
ai = ["dep:candle-core", "dep:candle-datasets", "dep:candle-nn", "dep:polars"]
7979
cuda = ["dep:cudarc", "dep:libloading"]
80-
default = ["f64", "ai"]
80+
default = ["f64"]
8181
f32 = []
8282
f64 = []
8383
jemalloc = ["dep:tikv-jemallocator"]

0 commit comments

Comments
 (0)