Skip to content

Commit

Permalink
use PySide6>=6.5.1.1 as in scikit-surgeryvtk (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jun 20, 2023
1 parent 6fc26d0 commit dfe62a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
six>=1.10
numpy>=1.11
opencv-contrib-python-headless>=4.2.0.32
pyside6>=6.5.0
PySide6>=6.5.1.1
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1
scikit-surgeryvtk>=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
install_requires=[
'six>=1.10',
'numpy>=1.11',
'pyside6>=6.5.0',
'PySide6>=6.5.1.1',
'opencv-contrib-python-headless>=4.2.0.32',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.10.1',
Expand Down

0 comments on commit dfe62a0

Please sign in to comment.