Skip to content

Commit 68a3782

Browse files
committed
Fix broken gallery examples with Qt error
1 parent b56f295 commit 68a3782

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
# These next lines defines a Docker executors: https://circleci.com/docs/2.0/executor-types/
1919
# You can specify an image from Dockerhub or use one of the convenience images from CircleCI's Developer Hub
2020
# A list of available CircleCI Docker convenience images are available here: https://circleci.com/developer/images/image/cimg/python
21-
# The executor is the environment in which the steps below will be executed - below will use a python 3.10.2 container
21+
# The executor is the environment in which the steps below will be executed
2222
# Change the version below to your required version of python
2323
docker:
24-
- image: cimg/python:3.10.2
24+
- image: cimg/python:3.10
2525
# Checkout the code as the first step. This is a dedicated CircleCI step.
2626
# The python orb's install-packages step will install the dependencies from a Pipfile via Pipenv by default.
2727
# Here we're making sure we use just use the system-wide pip. By default it uses the project root's requirements.txt.
@@ -48,7 +48,7 @@ jobs:
4848
name: Install napari-dev
4949
command: |
5050
. venv/bin/activate
51-
python -m pip install -e napari/".[pyside,dev]" -c "napari/resources/constraints/constraints_py3.10.txt"
51+
python -m pip install -e napari/".[pyqt,dev]" -c "napari/resources/constraints/constraints_py3.10.txt"
5252
- run:
5353
name: Build docs
5454
command: |

docs/requirements.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ matplotlib
1414
qtgallery
1515
lxml
1616
imageio-ffmpeg
17+
tomli-w

0 commit comments

Comments
 (0)