1 parent f321db6 commit bbf788bCopy full SHA for bbf788b
2 files changed
‎.github/workflows/test.yml‎
@@ -174,7 +174,7 @@ jobs:
174
run: uv pip list
175
176
- name: Run tests
177
- run: uv run pytest --nbval --cov=./ --cov-report term --cov-report xml --cov-config pyproject.toml tests
+ run: uv run --resolution lowest-direct pytest --nbval --cov=./ --cov-report term --cov-report xml --cov-config pyproject.toml tests
178
179
- name: Codecov Upload
180
continue-on-error: true
‎pyproject.toml‎
@@ -36,7 +36,7 @@ dynamic = [
36
dependencies = [
37
"cycler>=0.10",
38
"docstring-parser>=0.16",
39
- "matplotlib>=3.3",
+ "matplotlib>=3.5",
40
"numpy>=1.22",
41
"packaging>=23.1",
42
"pydantic>=2.7",
0 commit comments