Skip to content

Commit

Permalink
using opencv-contrib-python to try to remotely fix: AttributeError: m…
Browse files Browse the repository at this point in the history
…odule cv2.aruco has no attribute Dictionary_get (#57)
  • Loading branch information
mxochicale committed Jun 14, 2023
1 parent ca4d9c0 commit 515ef5f
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
pyside6>=6.5.0
opencv-contrib-python-headless
opencv-contrib-python
scikit-surgeryvtk>=2.0.0
scikit-surgeryarucotracker
scikit-surgerycore>=0.1.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'six>=1.10',
'numpy>=1.11',
'pyside6>=6.5.0',
'opencv-contrib-python-headless',
'opencv-contrib-python',
'scikit-surgeryvtk>=2.0.0',
'scikit-surgeryarucotracker',
'scikit-surgerycore>=0.1.7',
Expand Down

0 comments on commit 515ef5f

Please sign in to comment.