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 d215a8c commit 6cbc1b6Copy full SHA for 6cbc1b6
requirements/dev.txt
@@ -252,6 +252,8 @@ pluggy==1.5.0
252
# via pytest
253
plum-dispatch==2.5.1.post1
254
# via quartodoc
255
+polars==1.2.1
256
+ # via pins (setup.cfg)
257
portalocker==2.10.1
258
# via msal-extensions
259
prompt-toolkit==3.0.47
setup.cfg
@@ -65,6 +65,7 @@ test =
65
gcsfs
66
fastparquet
67
pyarrow
68
+ polars>=1.0.0
69
70
[bdist_wheel]
71
universal = 1
0 commit comments