Skip to content

Commit aa5a3ab

Browse files
Fix demo tutorial_univariate_qvr (#1611)
This demo started to fail in both the master and dev branches a few days ago. The source of the issue has been traced to the latest version of networkx. Pinning the upper limit of this package gets the demo building again.
1 parent 8b5e8d1 commit aa5a3ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

demonstrations_v2/tutorial_univariate_qvr/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"executable_stable": true,
1212
"executable_latest": true,
1313
"dateOfPublication": "2023-02-07T00:00:00+00:00",
14-
"dateOfLastModification": "2025-10-15T00:00:00+00:00",
14+
"dateOfLastModification": "2025-11-28T00:00:00+00:00",
1515
"categories": [
1616
"Quantum Machine Learning"
1717
],
@@ -87,4 +87,4 @@
8787
"logo": "/_static/hardware_logos/covalent.png"
8888
}
8989
]
90-
}
90+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
covalent==0.227.0rc0
2+
networkx<3.6
23
torch
34
dask[delayed]

0 commit comments

Comments
 (0)