We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d821b76 commit 1a1536dCopy full SHA for 1a1536d
pyproject.toml
@@ -60,6 +60,7 @@ test = [
60
"pytest-dotenv",
61
"pytest-parallel",
62
"s3fs",
63
+ "polars>=1.0.0",
64
]
65
66
[build-system]
requirements/dev.txt
@@ -266,6 +266,8 @@ pluggy==1.5.0
266
# via pytest
267
plum-dispatch==2.5.1.post1
268
# via quartodoc
269
+polars==1.2.1
270
+ # via pins (setup.cfg)
271
portalocker==2.10.1
272
# via msal-extensions
273
pre-commit==3.7.1
0 commit comments