File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ dependencies = [
3333 " jsonschema>=4.9.0" ,
3434 " matplotlib>=3.3.3" ,
3535 " numpy>=1.21.0" ,
36- " opencensus>=0.7.10" ,
37- " opencensus-ext-azure>=1.0.4, <2.0.0" ,
3836 " packaging>=20.0" ,
3937 " pandas>=1.2.0" ,
4038 " pyarrow>=11.0.0" , # will become a requirement of pandas. Installing explicitly silences a warning
@@ -58,7 +56,6 @@ dependencies = [
5856 " tornado>=6.3.3" ,
5957 " ipython>=8.10.0" ,
6058 " pillow>=9.0.0" ,
61- " rsa>=4.7" ,
6259]
6360
6461dynamic = [" version" ]
@@ -118,6 +115,10 @@ docs = [
118115 " qcodes_loop>=0.1.1" , # legacy dataset import examples
119116 " jinja2>=3.1.3" , # transitive dependency pin due to cve in earlier version
120117]
118+ opencensus = [
119+ " opencensus>=0.7.10" ,
120+ " opencensus-ext-azure>=1.0.4, <2.0.0" ,
121+ ]
121122
122123[project .scripts ]
123124qcodes-monitor = " qcodes.monitor.monitor:main"
Original file line number Diff line number Diff line change @@ -117,9 +117,7 @@ idna==3.7
117117imagesize == 1.4.1
118118 # via sphinx
119119importlib-metadata == 6.11.0
120- # via
121- # dask
122- # opentelemetry-api
120+ # via opentelemetry-api
123121incremental == 22.10.0
124122 # via towncrier
125123iniconfig == 2.0.0
@@ -249,6 +247,7 @@ packaging==24.0
249247 # dask
250248 # h5netcdf
251249 # ipykernel
250+ # lazy-loader
252251 # matplotlib
253252 # msal-extensions
254253 # nbconvert
@@ -282,10 +281,13 @@ portalocker==2.8.2
282281 # via msal-extensions
283282prompt-toolkit == 3.0.43
284283 # via ipython
284+ proto-plus == 1.23.0
285+ # via google-api-core
285286protobuf == 4.25.3
286287 # via
287288 # google-api-core
288289 # googleapis-common-protos
290+ # proto-plus
289291psutil == 5.9.8
290292 # via
291293 # ipykernel
You can’t perform that action at this time.
0 commit comments