|
80 | 80 | UNIT_TEST_DEPENDENCIES: List[str] = [] |
81 | 81 | UNIT_TEST_EXTRAS: List[str] = ["tests"] |
82 | 82 | UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = { |
83 | | - "3.10": ["tests", "polars", "scikit-learn", "anywidget"], |
| 83 | + "3.10": ["tests", "scikit-learn", "anywidget"], |
84 | 84 | "3.11": ["tests", "polars", "scikit-learn", "anywidget"], |
85 | 85 | # Make sure we leave some versions without "extras" so we know those |
86 | 86 | # dependencies are actually optional. |
|
114 | 114 | SYSTEM_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = { |
115 | 115 | # Make sure we leave some versions without "extras" so we know those |
116 | 116 | # 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"], |
120 | 120 | } |
121 | 121 |
|
122 | 122 | LOGGING_NAME_ENV_VAR = "BIGFRAMES_PERFORMANCE_LOG_NAME" |
|
0 commit comments