Skip to content

Commit

Permalink
updates packages versions (failed locally as module cv2.aruco has no …
Browse files Browse the repository at this point in the history
…attribute Dictionary_get) (#57)
  • Loading branch information
mxochicale committed Jun 13, 2023
1 parent 7ad7a42 commit 52c6bdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# doc/requirements.rst
six>=1.10
numpy>=1.11
opencv-contrib-python-headless>=4.2.0.32
pyside6>=6.5.0
opencv-contrib-python-headless>=4.7.0.72
scikit-surgeryvtk>=2.0.0
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1
scikit-surgeryvtk==2.0rc0
scikit-surgeryarucotracker>=0.2.7
scikit-surgerycalibration>=0.2.1
pyside6>=6.4.2
scikit-surgerycalibration>=0.2.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
install_requires=[
'six>=1.10',
'numpy>=1.11',
'opencv-contrib-python-headless>=4.2.0.32',
'pyside6>=6.4.2',
'pyside6>=6.5.0',
'opencv-contrib-python-headless>=4.7.0.72',
'scikit-surgeryvtk>=2.0.0',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.10.1',
'scikit-surgeryvtk==2.0rc0',
'scikit-surgeryarucotracker>=0.2.7',
'scikit-surgerycalibration>=0.2.1'
],
Expand Down

0 comments on commit 52c6bdd

Please sign in to comment.