Skip to content

Commit

Permalink
Merge pull request #12 from Yvictor/feat/support_polars_v1
Browse files Browse the repository at this point in the history
feat: support polars v1
  • Loading branch information
Yvictor authored Aug 4, 2024
2 parents fe5f854 + 6c370ae commit 7d8053b
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 301 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_talib"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev = [
"pytest >= 7.4.1",
"maturin[patchelf]",
"polars",
"numpy",
"numpy==1.26.4",
"memray",
"hypothesis",
"pytest-memray",
Expand Down
Loading

0 comments on commit 7d8053b

Please sign in to comment.