We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377a951 commit 2894a63Copy full SHA for 2894a63
Makefile
@@ -10,12 +10,12 @@ export CARGO_TERM_COLOR=$(shell (test -t 0 && echo "always") || echo "auto")
10
.PHONY: install ## Install the package & dependencies with debug build
11
install: .uv
12
uv sync --frozen --group all
13
- uv run maturin develop --uv -E pandas,polars
+ uv run maturin develop --uv -E pyarrow,pandas,polars
14
15
.PHONY: install-prod ## Install the package & dependencies with release build
16
install-prod: .uv
17
18
- uv run maturin develop --uv --release -E pandas,polars
+ uv run maturin develop --uv --release -E pyarrow,pandas,polars
19
20
.PHONY: setup-dev ## First-time setup: install + pre-commit hooks
21
setup-dev: install
0 commit comments