Skip to content

Commit 71c6a95

Browse files
committed
Merge branch 'unpin-requirements' of github.com:plotly/plotly.py into unpin-requirements
2 parents 7ca7295 + 508135f commit 71c6a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_optional/test_px/test_px_input.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import warnings
1515

1616

17-
if optional_imports.get_module("vaex") is None:
17+
if optional_imports.get_module("vaex") is None and sys.version_info > (3, 9):
1818
TEST_LIBS = ["polars"]
1919
else:
2020
TEST_LIBS = ["vaex", "polars"]

0 commit comments

Comments
 (0)