Skip to content

Commit

Permalink
Issue #46: Sync requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed May 27, 2022
1 parent 3384c99 commit a0ff648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ scikit-surgeryimage>=0.10.1
scikit-surgeryvtk>=1.0.6
scikit-surgeryarucotracker>=0.2.7
scikit-surgerycalibration>=0.2.1
PySide2
PySide2<5.15.0
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@
'opencv-contrib-python-headless>=4.1.1.26',
'PySide2<5.15.0',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.2.0',
'scikit-surgeryvtk>=0.19.1',
'scikit-surgeryarucotracker>=0.0.4'
'scikit-surgeryimage>=0.10.1',
'scikit-surgeryvtk>=1.0.6',
'scikit-surgeryarucotracker>=0.2.7',
'scikit-surgerycalibration>=0.2.1'
],

entry_points={
Expand Down

0 comments on commit a0ff648

Please sign in to comment.