Skip to content

Commit

Permalink
Merge pull request #287 from brainglobe/change-pyside2-pyqt5
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Nov 30, 2023
2 parents 1b49d03 + 942d603 commit 3143d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.10"
python-version: "3.11"

steps:
- name: Install hdf5 libs for Mac
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dev = [
"pre-commit",
"ruff",
"setuptools_scm",
"pyside2",
"pyqt5",
"imio",
]
nb = ["jupyter", "k3d"]
Expand Down

0 comments on commit 3143d22

Please sign in to comment.