Skip to content

Commit

Permalink
Move to PyO3 0.21. Also disable broken tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Jun 26, 2024
1 parent 9447ff5 commit f2ca2d9
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 83 deletions.
49 changes: 32 additions & 17 deletions src/python/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
ahash = "0.8.3"
pyo3 = { version = "0.19", features = ["extension-module"] }
pyo3 = { version = "0.21", features = ["extension-module"] }
polars = "0.24.3"
polars-arrow = "0.24.3"
derive_more = "0.99.17"
Expand Down
Loading

0 comments on commit f2ca2d9

Please sign in to comment.