From 11b090253f66225398abe31fc1994a03f0b52c32 Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 18 Dec 2025 12:31:31 +0100 Subject: [PATCH] add `Polars` as dependency --- pdm.lock | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pdm.lock b/pdm.lock index bc0a40c..a533859 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "data", "dev", "lint", "nb", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:ddb7ab4d6be8f012ca93e3b6058f33a40b7e7ab9a73209af11d3b6c3d83e1bbf" +content_hash = "sha256:181be8686f8333f4238d1799377bea144c9b7dfa6d4c579f757187d8d2d698f2" [[metadata.targets]] requires_python = ">=3.11" @@ -2259,7 +2259,7 @@ name = "polars" version = "1.36.1" requires_python = ">=3.9" summary = "Blazingly fast DataFrame library" -groups = ["data"] +groups = ["default", "data"] dependencies = [ "polars-runtime-32==1.36.1", ] @@ -2273,7 +2273,7 @@ name = "polars-runtime-32" version = "1.36.1" requires_python = ">=3.9" summary = "Blazingly fast DataFrame library" -groups = ["data"] +groups = ["default", "data"] files = [ {file = "polars_runtime_32-1.36.1-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:327b621ca82594f277751f7e23d4b939ebd1be18d54b4cdf7a2f8406cecc18b2"}, {file = "polars_runtime_32-1.36.1-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ab0d1f23084afee2b97de8c37aa3e02ec3569749ae39571bd89e7a8b11ae9e83"}, diff --git a/pyproject.toml b/pyproject.toml index 65c5029..4716b2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "dopt-pollublock-blockchain" -version = "0.1.0" +version = "0.1.1dev0" description = "blockchain module of the research project >POLLU-BLOCK<" authors = [ {name = "d-opt GmbH, resp. Florian Foerster", email = "f.foerster@d-opt.com"}, ] -dependencies = ["dopt-basics>=0.2.4", "sqlalchemy>=2.0.45", "rich>=14.2.0", "click>=8.2.1"] +dependencies = ["dopt-basics>=0.2.4", "sqlalchemy>=2.0.45", "rich>=14.2.0", "click>=8.2.1", "polars>=1.36.1"] requires-python = ">=3.11" readme = "README.md" license = {text = "LicenseRef-Proprietary"} @@ -72,7 +72,7 @@ directory = "reports/coverage" [tool.bumpversion] -current_version = "0.5.6" +current_version = "0.1.1dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\.