Skip to content

Commit 463075b

Browse files
fix(dependencies): update Polars dependency to include runtime features
1 parent d4bc14f commit 463075b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.0.1"
88
readme = "README.md"
99
license = {file = "LICENSE"}
1010
dependencies = [
11-
"polars>=1.39.2",
11+
"polars[rt64]>=1.39.2",
1212
"pyarrow>=14.0.0",
1313
"pyyaml==6.0.2",
1414
"pydantic>=2.11.7",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Data processing
2-
polars>=1.39.2
2+
polars[rt64]>=1.39.2
33
pyarrow>=14.0.0
44
# YAML
55
pyyaml==6.0.2

0 commit comments

Comments
 (0)