Skip to content

Commit d82298f

Browse files
authored
Fix pyarrow integration test (#3707)
1 parent 3cf64df commit d82298f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

arrow-pyarrow-integration-testing/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ crate-type = ["cdylib"]
3434
[dependencies]
3535
arrow = { path = "../arrow", version = "33.0.0", features = ["pyarrow"] }
3636
pyo3 = { version = "0.18", features = ["extension-module"] }
37-
38-
[package.metadata.maturin]
39-
requires-dist = ["pyarrow>=1"]

arrow-pyarrow-integration-testing/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
[build-system]
1919
requires = ["maturin"]
2020
build-backend = "maturin"
21+
22+
dependencies = ["pyarrow>=1"]

0 commit comments

Comments
 (0)