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 8cd63a5 commit 1aa4f6aCopy full SHA for 1aa4f6a
.github/workflows/test_be.yaml
@@ -79,7 +79,7 @@ jobs:
79
dependencies: "core"
80
- os: ubuntu-latest
81
python-version: "3.14"
82
- dependencies: "core,optional"
+ dependencies: "core"
83
84
python-version: "3.10"
85
dependencies: "core,optional"
pyproject.toml
@@ -196,7 +196,7 @@ extra-dependencies = [
196
"hypothesis~=6.102.1",
197
# For server testing
198
"httpx~=0.27.0",
199
- "matplotlib~=3.9.2",
+ "matplotlib~=3.10.6",
200
"pytest~=8.3.4",
201
"pytest-timeout~=2.3.1",
202
"pytest-codecov~=0.6.1",
0 commit comments