add Polars as dependency

This commit is contained in:
Florian Förster 2025-12-18 12:31:31 +01:00
parent 1775fa04c7
commit 11b090253f
2 changed files with 6 additions and 6 deletions

6
pdm.lock generated
View File

@ -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"},

View File

@ -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)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.