Skip to content

Commit

Permalink
Merge pull request #166 from UCL/165-vtk-9
Browse files Browse the repository at this point in the history
165 vtk 9
  • Loading branch information
tdowrick committed Feb 3, 2021
2 parents 37e5a4f + 712715a commit a8dcf6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-ver: [3.6, 3.7]
python-ver: [3.6, 3.7, 3.8]
experimental: [false]
include:
- python-ver: 3.8
os: ubuntu-latest
experimental: true
- python-ver: 3.8
os: windows-latest
experimental: true
- python-ver: 3.8
os: macos-latest
experimental: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# doc/requirements.rst
six>=1.10
numpy>=1.11
vtk<9.0.0
PySide2<=5.12.0
vtk<=9.0.1
PySide2<5.15.0
opencv-contrib-python>=4.1.1.26
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.2.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
install_requires=[
'six>=1.10',
'numpy>=1.11',
'vtk<9.0.0',
'PySide2<=5.12.0',
'vtk<=9.0.1',
'PySide2<5.15.0',
'opencv-contrib-python>=4.1.1.26',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.2.0',
Expand Down

0 comments on commit a8dcf6f

Please sign in to comment.