Skip to content

Commit

Permalink
fixup! exp: drop pyqt5
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 26, 2024
1 parent 35d5072 commit d89312d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
enable-cache: true

- name: Build
run: uv sync -p ${{ matrix.python-version }} ${{ matrix.install-args }} --group dev --no-editable
shell: bash # for windows-compat
run: |
uv sync -p ${{ matrix.python-version }} ${{ matrix.install-args }} \
--all-extras --group dev --no-editable
- run: uv pip list
- name: Test package
run: |
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@ Documentation = "https://cmasher.readthedocs.io"
[project.scripts]
cmr = "cmasher.cli_tools:main"

[project.optional-dependencies]
all = [
"viscm[pyqt]>=0.10.0",
]

[dependency-groups]
dev = [
"pytest-cov>=3.0.0",
"pytest-mpl>=0.13.0",
"pytest>=4.6.0",
"mypy>=1.7.1",
"viscm>=0.10",
]

[tool.setuptools]
Expand Down

0 comments on commit d89312d

Please sign in to comment.