Skip to content

Commit

Permalink
Issue #222: Make setup.py match requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed Feb 12, 2024
1 parent 2535624 commit 0d203d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

install_requires=[
'numpy>=1.11',
'vtk>=9.2.6',
'vtk==9.2.6',
'PySide6>=6.5.1.1',
'opencv-contrib-python-headless>=4.2.0.32',
'scikit-surgerycore>=0.1.7',
Expand Down

0 comments on commit 0d203d8

Please sign in to comment.