diff --git a/Cargo.toml b/Cargo.toml index 5581ec4..dfbc76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms", "mathematics", "science"] num-traits = { version = "0.2.15", default-features = false } half = { version = "2.1.0", default-features = false, features=["num-traits"], optional = true } ndarray = { version = "0.15.6", default-features = false, optional = true} -arrow = { version = "*", default-features = false, optional = true} +arrow = { version = ">0", default-features = false, optional = true} # once_cell = "1.16.0" [features]