Skip to content

Commit d33147a

Browse files
committed
cap polars version
1 parent 95e4394 commit d33147a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777
"google-cloud-pubsub >=2.21.4",
7878
],
7979
# used for local engine
80-
"polars": ["polars >= 1.21.0"],
80+
# TODO(tswast): relax upper pin when issue with test_engines_astype_int
81+
# and test_divmods_series is resolved.
82+
"polars": ["polars >= 1.21.0, <1.34.0"],
8183
"scikit-learn": ["scikit-learn>=1.2.2"],
8284
# Packages required for basic development flow.
8385
"dev": [

0 commit comments

Comments
 (0)