Skip to content

Commit

Permalink
Issue #181 hold pyside below 5.14 as that seems to be segfaulting on …
Browse files Browse the repository at this point in the history
…py37 and py38
  • Loading branch information
thompson318 committed Oct 27, 2022
1 parent 3039ab1 commit c4f25cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-ver: [3.9]
python-ver: [3.7, 3.8, 3.9]
experimental: [false]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# doc/requirements.rst
numpy>=1.11
vtk<9.1.0
PySide2<5.15
PySide2<5.14
opencv-contrib-python-headless>=4.2.0.32
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1
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.1.0',
'PySide2<5.15',
'PySide2<5.14',
'opencv-contrib-python-headless>=4.2.0.32',
'scikit-surgerycore>=0.1.7',
'scikit-surgeryimage>=0.10.1',
Expand Down

0 comments on commit c4f25cf

Please sign in to comment.