Skip to content

Commit

Permalink
Source wheel fix (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Apr 10, 2023
1 parent 31418b5 commit bb54b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ readme = "README.md"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.64"
include = ["/src", "/LICENSE.txt"]
include = ["/src", "/datafusion", "/LICENSE.txt", "pyproject.toml", "Cargo.toml", "Cargo.lock"]

[features]
default = ["mimalloc"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

[build-system]
requires = ["maturin>=0.11,<0.15"]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"

[project]
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
black
flake8
isort
maturin
maturin>=0.14
mypy
numpy
pyarrow
Expand Down

0 comments on commit bb54b10

Please sign in to comment.