Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
sha256: a29729bf6ac8c94a693e5faaf3041bc0ce130a24b54389ee870b13ceec53747b

build:
number: 0
number: 1
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
Expand All @@ -36,13 +36,13 @@ requirements:
- pip
run:
- python
- guidata >=3.14.1
- guidata >=3.15.1
- pythonqwt >=0.16
- scipy >=1.7.3
- scikit-image >=0.19
- pillow
- tifffile
- pyqt
- qtpy >=1.9

tests:
- python:
Expand All @@ -52,6 +52,8 @@ tests:
- requirements:
run:
- pytest
# Running pytest requires PyQt5, PyQt6 or PySide6 to be installed
- pyside6
- if: linux
then: pytest-xvfb
script:
Expand Down
Loading