Skip to content

Commit

Permalink
use new num version instead of explicit num-complex dependency (#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlon authored Jul 16, 2023
1 parent 8f44472 commit 13fdfa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arrow-array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ arrow-schema = { workspace = true }
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"
num = { version = "0.4.1", default-features = false, features = ["std"] }
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" }
Expand Down

0 comments on commit 13fdfa4

Please sign in to comment.