Skip to content

Commit bbf788b

Browse files
committed
🩹 Fix min version test and bump min matplotlib version for wheel support
1 parent f321db6 commit bbf788b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
run: uv pip list
175175

176176
- name: Run tests
177-
run: uv run pytest --nbval --cov=./ --cov-report term --cov-report xml --cov-config pyproject.toml tests
177+
run: uv run --resolution lowest-direct pytest --nbval --cov=./ --cov-report term --cov-report xml --cov-config pyproject.toml tests
178178

179179
- name: Codecov Upload
180180
continue-on-error: true

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636
dependencies = [
3737
"cycler>=0.10",
3838
"docstring-parser>=0.16",
39-
"matplotlib>=3.3",
39+
"matplotlib>=3.5",
4040
"numpy>=1.22",
4141
"packaging>=23.1",
4242
"pydantic>=2.7",

0 commit comments

Comments
 (0)