@@ -29,7 +29,7 @@ dependencies = [
2929 " ipywidgets>=8.0.0,<9.0.0" ,
3030 " ipykernel>=6.12.0" , # implicitly required by ipywidgets >=8.0.5
3131 " jsonschema>=4.9.0" ,
32- " matplotlib>=3.6 .0" ,
32+ " matplotlib>=3.8 .0" ,
3333 " networkx>=3.1" ,
3434 " numpy>=1.22.4" ,
3535 " packaging>=20.0" ,
@@ -42,10 +42,10 @@ dependencies = [
4242 " tqdm>=4.59.0" ,
4343 " uncertainties>=3.2.0" ,
4444 " versioningit>=2.2.1" ,
45- " websockets>=11 .0" ,
45+ " websockets>=13 .0" ,
4646 " xarray>=2023.08.0" ,
4747 " cf_xarray>=0.8.4" ,
48- " opentelemetry-api>=1.17 .0" ,
48+ " opentelemetry-api>=1.25 .0" ,
4949 " pillow>=9.2.0" ,
5050 " dask>=2022.1.0" , # we are making use of xarray features that requires dask implicitly
5151]
@@ -60,7 +60,7 @@ Tracker = "https://github.com/microsoft/Qcodes/issues"
6060Changelog = " https://microsoft.github.io/Qcodes/changes/index.html"
6161
6262[project .optional-dependencies ]
63- zurichinstruments = [" zhinst-qcodes>=0.3 " ]
63+ zurichinstruments = [" zhinst-qcodes>=0.5 " ]
6464loop = [" qcodes_loop>=0.1.2" ]
6565test = [
6666 " coverage[toml]>=7.10.5" ,
@@ -79,13 +79,13 @@ test = [
7979 " PyVisa-sim>=0.6.0" ,
8080 " sphinx>=4.5.0" , # sphinx extension tests
8181 " types-jsonschema>=4.16.0" ,
82- " types-networkx >= 3.1 " , # Version should match the networkx requirment
82+ " types-networkx >= 3.5.0.20251104 " ,
8383 " types_requests>=0.1.8" ,
8484 " types-tabulate>=0.1.0" ,
8585 " types-tqdm>=4.64.6" ,
8686 " types_pywin32>=305.0.0.7" ,
8787 " qcodes_loop>=0.1.1" ,
88- " zhinst. qcodes>=0.5" , # typecheck zhinst driver alias
88+ " zhinst- qcodes>=0.5" , # typecheck zhinst driver alias
8989 " libcst>=1.2.0" , # refactor tests
9090]
9191docs = [
0 commit comments