Commit 688e405
authored
Use poetry 2.1 (#1803)
The pyproject.toml file requires `poetry>=2.1`, but the
`poetry-plugin-export` package version was pulling a lower value, which
masked the fact that we had some old syntax sticking around for
poetry<2.1. The recent Dependabot PR to bump `dulwich` (#1801 ) exposed
this mess. This PR bumps the appropriate packages and cleans up the old
poetry code that is no longer needed in CI. It also upgrades PennyLane
to 0.45.0 in the project build itself, which was missed post-release.
Build tested
[here](https://github.com/PennyLaneAI/demos/actions/runs/26641980390) ✅1 parent 5f70fee commit 688e405
4 files changed
Lines changed: 404 additions & 172 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments