Skip to content

Commit efaa182

Browse files
committed
fix pyproject numpy
1 parent 33f8a5a commit efaa182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test = [
8383
]
8484
pyqt5 = ["magicgui[pyqt5]", { include-group = "test-qt" }]
8585
pyqt6 = ["magicgui[pyqt6]", { include-group = "test-qt" }]
86-
pyside2 = ["magicgui[pyside2]", { include-group = "test-qt" }, "numpy<2"]
86+
pyside2 = ["magicgui[pyside2]", { include-group = "test-qt" }, "numpy<2; python_version < '3.13'"]
8787
pyside6 = ["magicgui[pyside6]", { include-group = "test-qt" }]
8888
dev = [
8989
{ include-group = "test" },

0 commit comments

Comments
 (0)