Skip to content

Commit f42800e

Browse files
committed
skip polars on 3.10
1 parent 863b8ed commit f42800e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

noxfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
UNIT_TEST_DEPENDENCIES: List[str] = []
8181
UNIT_TEST_EXTRAS: List[str] = ["tests"]
8282
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {
83-
"3.10": ["tests", "polars", "scikit-learn", "anywidget"],
83+
"3.10": ["tests", "scikit-learn", "anywidget"],
8484
"3.11": ["tests", "polars", "scikit-learn", "anywidget"],
8585
# Make sure we leave some versions without "extras" so we know those
8686
# dependencies are actually optional.
@@ -114,9 +114,9 @@
114114
SYSTEM_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {
115115
# Make sure we leave some versions without "extras" so we know those
116116
# dependencies are actually optional.
117-
"3.10": ["scikit-learn", "polars", "anywidget"],
118-
"3.11": ["scikit-learn", "polars", "anywidget"],
119-
"3.13": ["polars", "anywidget"],
117+
"3.10": ["tests", "scikit-learn", "anywidget"],
118+
"3.11": ["tests", "scikit-learn", "polars", "anywidget"],
119+
"3.13": ["tests", "polars", "anywidget"],
120120
}
121121

122122
LOGGING_NAME_ENV_VAR = "BIGFRAMES_PERFORMANCE_LOG_NAME"

0 commit comments

Comments
 (0)