Skip to content

Commit

Permalink
follow polars version
Browse files Browse the repository at this point in the history
  • Loading branch information
jshinonome committed Aug 7, 2024
1 parent 0255584 commit 3821cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*", "py-kola"]
default-members = ["crates/*"]

[workspace.package]
version = "1.4.0"
version = "1.4.1"
authors = ["Jo Shinonome <jo.shinonome@gmail.com>"]
edition = "2021"
repository = "https://github.com/jshinonome/kola"
Expand Down
2 changes: 1 addition & 1 deletion py-kola/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]
keywords = ["q", "kdb", "polars", "dataframe", "arrow"]
dynamic = ["version"]
dependencies = ['polars >= 1.2.1', 'pyarrow >= 7.0.0']
dependencies = ['polars >= 1.4.1', 'pyarrow >= 7.0.0']

[tool.maturin]
include = ["rust-toolchain.toml"]
Expand Down

0 comments on commit 3821cc9

Please sign in to comment.