We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ea359 commit 12c2acfCopy full SHA for 12c2acf
2 files changed
.github/workflows/push.yaml
@@ -5,10 +5,10 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - uses: astral-sh/ruff-action@v1
+ - uses: astral-sh/ruff-action@v3
9
with:
10
- args: 'check --select I .'
11
+ args: check
12
13
args: 'format --check'
14
@@ -24,7 +24,5 @@ jobs:
24
uses: astral-sh/setup-uv@v5
25
26
python-version: ${{matrix.python-version}}
27
- - name: Install dependencies
28
- run: uv pip install PyQt5
29
- name: Run tests
30
run: uv run --dev pytest tests
pyproject.toml
@@ -24,6 +24,7 @@ dependencies = [
"scipy>=1.9.0",
"pandas>=2.3.3",
"plotly>=5.18.0",
+ "pyqt5>=5.15.11",
"tifffile>=2021.11.2",
"scikit-learn>=1.2.0",
"tqdm>=4.64",
0 commit comments