We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffd3c3 commit f0606b9Copy full SHA for f0606b9
1 file changed
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"ipywidgets>=8.0.0,<9.0.0",
30
"ipykernel>=6.12.0", # implicitly required by ipywidgets >=8.0.5
31
"jsonschema>=4.9.0",
32
- "matplotlib>=3.6.0",
+ "matplotlib>=3.8.0",
33
"networkx>=3.1",
34
"numpy>=1.22.4",
35
"packaging>=20.0",
@@ -79,7 +79,7 @@ test = [
79
"PyVisa-sim>=0.6.0",
80
"sphinx>=4.5.0", # sphinx extension tests
81
"types-jsonschema>=4.16.0",
82
- "types-networkx >= 3.1", # Version should match the networkx requirment
+ "types-networkx >= 3.5.0.20251104",
83
"types_requests>=0.1.8",
84
"types-tabulate>=0.1.0",
85
"types-tqdm>=4.64.6",
0 commit comments