Skip to content

Commit

Permalink
fix: add polars to requirements.txt for derive_expression examp…
Browse files Browse the repository at this point in the history
…le (#28)
  • Loading branch information
cmdlineluser authored Oct 2, 2023
1 parent 141689e commit 0165cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ out = df.with_columns(
)
```

See the full example in [example/derive_expression]: https://github.com/pola-rs/pyo3-polars/tree/plugin/example/derive_expression
See the full example in [example/derive_expression]: https://github.com/pola-rs/pyo3-polars/tree/main/example/derive_expression

## 2. Pyo3 extensions for Polars

Expand Down
2 changes: 1 addition & 1 deletion example/derive_expression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install-release: venv

clean:
-@rm -r venv
-@cd experssion_lib && cargo clean
-@cd expression_lib && cargo clean


run: install
Expand Down
1 change: 1 addition & 0 deletions example/derive_expression/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
maturin
polars[pyarrow]

0 comments on commit 0165cb4

Please sign in to comment.