Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
(cherry picked from commit 5117e73)
  • Loading branch information
wangxiaoying committed Aug 27, 2023
1 parent 21bca8f commit 6e769c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 43 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ benchmark-report: setup-python
# releases
build-python-wheel:
# need to get the j4rs dependency first
cd connectorx-python && maturin build --release -i python --no-sdist
cd connectorx-python && maturin build --release -i python
# copy files
cp -rf connectorx-python/target/release/jassets connectorx-python/connectorx/dependencies
# build final wheel
cd connectorx-python && maturin build --release -i python --no-sdist
cd connectorx-python && maturin build --release -i python

bench-fed path:
just python-tpch fed --file {{path}}/q2.sql
Expand Down
46 changes: 6 additions & 40 deletions connectorx-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ contexttimer = "^0.3.3"
dask = {extras = ["dataframe"], version = "^2021.7.0"}
docopt = "^0.6.2"
ipython = "^7.31.1"
maturin = ">=0.12,<0.13"
maturin = ">=1.0,<2.0"
modin = {extras = ["dask"], version = ">=0.10.1"}
polars = ">=0.8"
pyarrow = ">=4"
Expand Down

0 comments on commit 6e769c9

Please sign in to comment.