Skip to content

Commit 1a1536d

Browse files
Add polars as a testing dependency
1 parent d821b76 commit 1a1536d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ test = [
6060
"pytest-dotenv",
6161
"pytest-parallel",
6262
"s3fs",
63+
"polars>=1.0.0",
6364
]
6465

6566
[build-system]

requirements/dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ pluggy==1.5.0
266266
# via pytest
267267
plum-dispatch==2.5.1.post1
268268
# via quartodoc
269+
polars==1.2.1
270+
# via pins (setup.cfg)
269271
portalocker==2.10.1
270272
# via msal-extensions
271273
pre-commit==3.7.1

0 commit comments

Comments
 (0)