Skip to content

Commit

Permalink
Issue #26 use opencv headless and update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed May 3, 2023
1 parent c62f7df commit 9850a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ scikit-surgeryarucotracker
scikit-surgeryimage>=0.6.0
PySide6
numpy
opencv-contrib-python
opencv-contrib-python-headless
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
),

install_requires=[
'opencv-contrib-python',
'opencv-contrib-python-headless',
'scikit-surgeryimage>=0.6.0',
'scikit-surgeryutils>=1.2.1',
'scikit-surgeryutils>=2.0rc0',
'scikit-surgerynditracker',
'scikit-surgeryarucotracker',
'numpy',
'PySide2',
'PySide6',
],

entry_points={
Expand Down

0 comments on commit 9850a7d

Please sign in to comment.