Skip to content

Commit

Permalink
Fix broken gallery examples with Qt error
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jun 23, 2023
1 parent 85b7642 commit 3b28b8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
# These next lines defines a Docker executors: https://circleci.com/docs/2.0/executor-types/
# You can specify an image from Dockerhub or use one of the convenience images from CircleCI's Developer Hub
# A list of available CircleCI Docker convenience images are available here: https://circleci.com/developer/images/image/cimg/python
# The executor is the environment in which the steps below will be executed - below will use a python 3.10.2 container
# The executor is the environment in which the steps below will be executed
# Change the version below to your required version of python
docker:
- image: cimg/python:3.10.2
- image: cimg/python:3.10
# Checkout the code as the first step. This is a dedicated CircleCI step.
# The python orb's install-packages step will install the dependencies from a Pipfile via Pipenv by default.
# Here we're making sure we use just use the system-wide pip. By default it uses the project root's requirements.txt.
Expand All @@ -48,7 +48,7 @@ jobs:
name: Install napari-dev
command: |
. venv/bin/activate
python -m pip install -e napari/".[pyside,dev]" -c "napari/resources/constraints/constraints_py3.10.txt"
python -m pip install -e napari/".[pyqt,dev]" -c "napari/resources/constraints/constraints_py3.10.txt"
- run:
name: Build docs
command: |
Expand Down
15 changes: 0 additions & 15 deletions docs/requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ matplotlib
qtgallery
lxml
imageio-ffmpeg
tomli-w

0 comments on commit 3b28b8f

Please sign in to comment.