Skip to content

Commit

Permalink
updates packages version and passed local tests (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jun 19, 2023
1 parent 27c593d commit c6ba14e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# which are listed in requirements-dev.rst and requirements-docs.rst
numpy>=1.11
vtk>=9.2.6
PySide6>=6.5.0
opencv-contrib-python-headless>=4.7.0.72
PySide6>=6.5.1.1
opencv-contrib-python-headless>=4.2.0.32
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
install_requires=[
'numpy>=1.11',
'vtk>=9.2.6',
'PySide6>=6.5.0',
'opencv-contrib-python-headless>=4.7.0.72',
'PySide6>=6.5.1.1',
'opencv-contrib-python-headless>=4.2.0.32',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.10.1',
],
Expand Down

0 comments on commit c6ba14e

Please sign in to comment.