Skip to content

Commit

Permalink
using opencv-contrib-python-headless==4.6.0.66 to try to remotely fix…
Browse files Browse the repository at this point in the history
…: AttributeError: module cv2.aruco has no attribute Dictionary_get (#57)
  • Loading branch information
mxochicale committed Jun 13, 2023
1 parent a20abdd commit 8db1e26
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>=4.6.0.66
opencv-contrib-python-headless==4.6.0.66
scikit-surgeryvtk>=2.0.0
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1
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>=4.6.0.66',
'opencv-contrib-python-headless==4.6.0.66',
'scikit-surgeryvtk>=2.0.0',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.10.1',
Expand Down

0 comments on commit 8db1e26

Please sign in to comment.