Skip to content

Commit bb54b10

Browse files
authored
Source wheel fix (#319)
1 parent 31418b5 commit bb54b10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ readme = "README.md"
2626
license = "Apache-2.0"
2727
edition = "2021"
2828
rust-version = "1.64"
29-
include = ["/src", "/LICENSE.txt"]
29+
include = ["/src", "/datafusion", "/LICENSE.txt", "pyproject.toml", "Cargo.toml", "Cargo.lock"]
3030

3131
[features]
3232
default = ["mimalloc"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
[build-system]
19-
requires = ["maturin>=0.11,<0.15"]
19+
requires = ["maturin>=0.14,<0.15"]
2020
build-backend = "maturin"
2121

2222
[project]

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
black
1919
flake8
2020
isort
21-
maturin
21+
maturin>=0.14
2222
mypy
2323
numpy
2424
pyarrow

0 commit comments

Comments
 (0)