diff --git a/python/Cargo.toml b/python/Cargo.toml index 304c53bd67e..b3b87436b67 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -20,7 +20,7 @@ async-trait = "0.1" chrono = "0.4.31" env_logger = "0.10" futures = "0.3" -half = { version = "2.1", default-features = false, features = ["num-traits"] } +half = { version = "2.3", default-features = false, features = ["num-traits", "std"] } lance = { path = "../rust/lance", features = ["tensorflow", "dynamodb"] } lance-arrow = { path = "../rust/lance-arrow" } lance-core = { path = "../rust/lance-core" }