Skip to content

Commit

Permalink
Remember to bump polars..
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Dec 26, 2023
1 parent e7a0ebf commit b053e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions py_maplib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py_maplib"
version = "0.5.12"
version = "0.5.13"
edition = "2021"

[workspace]
Expand All @@ -15,8 +15,8 @@ shacl = {path="../shacl"}
oxrdf = {version="0.1.7"}
arrow_python_utils = {path="../arrow_python_utils"}
thiserror="1.0.31"
polars-lazy = "0.34.2"
polars-core = {version="0.34.2", features=["dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime",
polars-lazy = "0.35.4"
polars-core = {version="0.35.4", features=["dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime",
"dtype-decimal", "dtype-duration", "dtype-i8", "dtype-i16", "dtype-struct", "dtype-time", "dtype-u8", "dtype-u16"]}
log ="0.4.19"

Expand Down
2 changes: 1 addition & 1 deletion py_maplib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "maplib"
description = "Dataframe-based interactive knowledge graph construction using stOTTR templates"
dependencies = ["polars==0.18.15", "pyarrow>=7.0.0"]
dependencies = ["polars==0.20.2", "pyarrow>=7.0.0"]
readme = "README.md"
authors = [{name = "Magnus Bakken", email = "[email protected]" }]
license = {file = "LICENSE"}
Expand Down

0 comments on commit b053e1f

Please sign in to comment.