This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 66aab5a62 add num-complex requirement (#4482)
66aab5a62 is described below
commit 66aab5a6227f08bf1c51ac4a69703b346cd29a44
Author: Martin <[email protected]>
AuthorDate: Sat Jul 8 17:36:43 2023 -0400
add num-complex requirement (#4482)
---
arrow-array/Cargo.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml
index d4f0f9fa0..1990abfd2 100644
--- a/arrow-array/Cargo.toml
+++ b/arrow-array/Cargo.toml
@@ -47,6 +47,7 @@ arrow-data = { workspace = true }
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
chrono-tz = { version = "0.8", optional = true }
num = { version = "0.4", default-features = false, features = ["std"] }
+num-complex = "0.4.2"
half = { version = "2.1", default-features = false, features = ["num-traits"] }
hashbrown = { version = "0.14", default-features = false }
packed_simd = { version = "0.3", default-features = false, optional = true,
package = "packed_simd_2" }