Skip to content

Commit

Permalink
update py deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jshinonome committed Feb 14, 2024
1 parent f5704f8 commit a34b253
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 = "0.6.0"
version = "0.6.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 @@ -23,7 +23,7 @@ classifiers = [
]
keywords = ["q", "kdb", "polars", "dataframe", "arrow"]
dynamic = ["version"]
dependencies = ['polars >= 0.20.3, < 0.20.6', 'pyarrow >= 10.0.1']
dependencies = ['polars >= 0.20.6', 'pyarrow >= 10.0.1']

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

0 comments on commit a34b253

Please sign in to comment.