Skip to content

Commit b5904fa

Browse files
committed
regenerate requirements
1 parent 7fbc481 commit b5904fa

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6461
dynamic = ["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]
123124
qcodes-monitor = "qcodes.monitor.monitor:main"

requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ idna==3.7
117117
imagesize==1.4.1
118118
# via sphinx
119119
importlib-metadata==6.11.0
120-
# via
121-
# dask
122-
# opentelemetry-api
120+
# via opentelemetry-api
123121
incremental==22.10.0
124122
# via towncrier
125123
iniconfig==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
283282
prompt-toolkit==3.0.43
284283
# via ipython
284+
proto-plus==1.23.0
285+
# via google-api-core
285286
protobuf==4.25.3
286287
# via
287288
# google-api-core
288289
# googleapis-common-protos
290+
# proto-plus
289291
psutil==5.9.8
290292
# via
291293
# ipykernel

0 commit comments

Comments
 (0)