Skip to content

Commit

Permalink
updates pyside6>=6.5.1.1 scikit-surgeryutils>=2.0.0 `scikit-surge…
Browse files Browse the repository at this point in the history
…ryvtk>=2.0.1`; adds generated tox files (#115)
  • Loading branch information
mxochicale committed Jun 22, 2023
1 parent e6cf31d commit 415c07a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ build/
dist/
tests/output/
pointer_positions/

# Generated bard models with tox
bard_model2modelref.txt
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# doc/requirements.rst
numpy
glob2
pyside6>=6.4.2
pyside6>=6.5.1.1
scikit-surgerycalibration>=0.2.4
scikit-surgerycore>=0.6.10
scikit-surgeryutils==2.0rc0
scikit-surgeryvtk==2.0rc0
scikit-surgeryutils>=2.0.0
scikit-surgeryvtk>=2.0.1
scikit-surgeryarucotracker>=1.0.1
opencv-contrib-python-headless>=4.2.0.32
#scikit-surgeryspeech>=0.2.0 #uncomment this to use speech interface
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
install_requires=[
'numpy',
'glob2',
'pyside6>=6.4.2',
'pyside6>=6.5.1.1',
'opencv-contrib-python-headless>=4.2.0.32',
'scikit-surgerycore>=0.6.10',
'scikit-surgerycalibration>=0.2.4',
'scikit-surgeryutils==2.0rc0',
'scikit-surgeryvtk==2.0rc0',
'scikit-surgeryutils>=2.0.0',
'scikit-surgeryvtk>=2.0.1',
'scikit-surgeryarucotracker>=1.0.1',
],

Expand Down

0 comments on commit 415c07a

Please sign in to comment.