Skip to content

Commit

Permalink
Update pyside/vtk version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdowrick committed Jul 3, 2020
1 parent 9d86ff4 commit 6f67c37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
six>=1.10
numpy>=1.11
opencv-contrib-python>=4.1.1.26
PySide2<=5.13.1
PySide2<=5.12.0
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.2.0
scikit-surgeryvtk>=0.12.2
scikit-surgeryvtk>=0.17.0
scikit-surgeryarucotracker>=0.0.4
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@
'six>=1.10',
'numpy>=1.11',
'opencv-contrib-python>=4.1.1.26',
'PySide2<=5.13.1',
'PySide2<=5.12.0',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.2.0',
'scikit-surgeryvtk>=0.12.2',
'scikit-surgeryvtk>=0.17.0',
'scikit-surgeryarucotracker>=0.0.4'

],

entry_points={
Expand Down

0 comments on commit 6f67c37

Please sign in to comment.