prepared datasets

This commit is contained in:
Florian Förster 2026-03-04 12:22:31 +01:00
parent 696459a186
commit 14be0728ff
2 changed files with 13 additions and 1 deletions

13
pdm.lock generated
View File

@ -5,7 +5,7 @@
groups = ["default", "data", "dev", "lint", "nb", "tests"] groups = ["default", "data", "dev", "lint", "nb", "tests"]
strategy = ["inherit_metadata"] strategy = ["inherit_metadata"]
lock_version = "4.5.0" lock_version = "4.5.0"
content_hash = "sha256:31a646081f677143fe4029dbf405707d2a5058f112a753189ea8b5f24c6d33ac" content_hash = "sha256:0e5d352860f2cc60f394054521b2256ea261e938ddc62e5593717739b0ea5506"
[[metadata.targets]] [[metadata.targets]]
requires_python = ">=3.11" requires_python = ">=3.11"
@ -2456,6 +2456,17 @@ files = [
{file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"}, {file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"},
] ]
[[package]]
name = "striprtf"
version = "0.0.29"
requires_python = ">=3.8"
summary = "A simple library to convert rtf to text"
groups = ["data"]
files = [
{file = "striprtf-0.0.29-py3-none-any.whl", hash = "sha256:0fc6a41999d015358d19627776b616424dd501ad698105c81d76734d1e14d91b"},
{file = "striprtf-0.0.29.tar.gz", hash = "sha256:5a822d075e17417934ed3add6fc79b5fc8fb544fe4370b2f894cdd28f0ddd78e"},
]
[[package]] [[package]]
name = "terminado" name = "terminado"
version = "0.18.1" version = "0.18.1"

View File

@ -150,4 +150,5 @@ nb = [
] ]
data = [ data = [
"polars>=1.38.1", "polars>=1.38.1",
"striprtf>=0.0.29",
] ]