Skip to content

Commit

Permalink
pyside 6 constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jul 31, 2023
1 parent 26cf9b3 commit 3d787b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/version_denylist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ PyQt5!=5.15.0
PyQt5-sip!=12.12.0
PySide2!=5.15.0
# fix PySide6 when a new napari release is out
PySide6<6.3.2
PySide6 < 6.3.2 ; python_version < '3.10'
PySide6 != 6.4.3, !=6.5.0, !=6.5.1, !=6.5.1.1, !=6.5.2; python_version >= '3.10'
npe2!=0.2.2
imageio != 2.22.1
pydantic<2.0

0 comments on commit 3d787b2

Please sign in to comment.