Skip to content

Commit

Permalink
Merge pull request #42 from MarcoGorelli/remove-patch
Browse files Browse the repository at this point in the history
remove patch
  • Loading branch information
MarcoGorelli authored Aug 16, 2024
2 parents 82121ee + 4151c34 commit d5d10e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type= ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.2", features = ["extension-module", "abi3-py38"] }
pyo3-polars = { version = "0.16.0", features = ["derive", "dtype-struct", "dtype-decimal"] }
pyo3-polars = { version = "0.16.1", features = ["derive", "dtype-struct", "dtype-decimal"] }
serde = { version = "1", features = ["derive"] }
polars = { version = "0.42.0", features = ["dtype-struct"], default-features = false }
polars-arrow = { version = "0.42.0", default-features = false }
Expand All @@ -22,6 +22,3 @@ polars-sql = { version = "0.42.0", default-features = false }
reverse_geocoder = "4.1.1"
# rust-stemmers = "1.2.0"

[patch.crates-io]
pyo3-polars = { git = 'https://github.com/MarcoGorelli/pyo3-polars.git', rev='a0327ec121986711aec32dc1e52234838bf3b25b' }

0 comments on commit d5d10e5

Please sign in to comment.