Skip to content

Commit

Permalink
removes version for opencv-contrib-python-headless to hopefully allow…
Browse files Browse the repository at this point in the history
… pip to solve version issues (#57)
  • Loading branch information
mxochicale committed Jun 20, 2023
1 parent 67c536e commit bebae60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1
scikit-surgeryvtk>=2.0.1
scikit-surgeryarucotracker
scikit-surgerycalibration>=0.2.1
pyside6>=6.4.2
scikit-surgerycalibration>=0.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
install_requires=[
'six>=1.10',
'numpy>=1.11',
'pyside6>=6.5.0',
'opencv-contrib-python-headless>=4.2.0.32',
'pyside6>=6.4.2',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.10.1',
'scikit-surgeryvtk>=2.0.1',
Expand Down

0 comments on commit bebae60

Please sign in to comment.