Skip to content

Commit

Permalink
🔓 set non-wildcard arrow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 13, 2023
1 parent 684ade2 commit 10da99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 10da99c

Please sign in to comment.