Skip to content

Commit 53a458c

Browse files
authored
fix: master build by updating relevant demos to install correct openfermion version (#1731)
These demos were failing as an incompatible version of `openfermion` was being installed. This PR updates those requirements to install the correct versions of `openfermion`. [sc-115034]
1 parent 66194a2 commit 53a458c

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

demonstrations_v2/tutorial_chemical_reactions/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": "2021-07-23T00:00:00+00:00",
14-
"dateOfLastModification": "2025-09-22T15:48:14+00:00",
14+
"dateOfLastModification": "2026-03-27T15:48:14+00:00",
1515
"categories": [
1616
"Quantum Chemistry"
1717
],
@@ -49,4 +49,4 @@
4949
"weight": 1.0
5050
}
5151
]
52-
}
52+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# 1.7.1 added NumPy 2.X support
2+
openfermion>=1.7.1
13
openfermionpyscf

demonstrations_v2/tutorial_diffable_shadows/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"executable_stable": true,
99
"executable_latest": true,
1010
"dateOfPublication": "2022-10-07T00:00:00+00:00",
11-
"dateOfLastModification": "2025-10-15T00:00:00+00:00",
11+
"dateOfLastModification": "2026-03-27T00:00:00+00:00",
1212
"categories": [
1313
"Algorithms",
1414
"Quantum Computing"
@@ -65,4 +65,4 @@
6565
"weight": 1.0
6666
}
6767
]
68-
}
68+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# 1.7.1 added NumPy 2.X support
2+
openfermion>=1.7.1
13
openfermionpyscf

0 commit comments

Comments
 (0)