Skip to content

Commit ac92f9f

Browse files
⬆️🐍 Lock file maintenance (#769)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cda-tum/mqt-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHl0aG9uIl19--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: burgholzer <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: burgholzer <[email protected]>
1 parent 9b46a8d commit ac92f9f

File tree

2 files changed

+382
-362
lines changed

2 files changed

+382
-362
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dynamic = ["version"]
3737
[project.optional-dependencies]
3838
evaluation = [
3939
"pandas[output-formatting]>=2.1.2",
40+
"pandas[output-formatting]>=2.2.3; python_version >= '3.13'",
4041
]
4142
qiskit = [
4243
"qiskit[qasm3-import]>=1.0.0",
@@ -279,6 +280,7 @@ docs = [
279280
"sphinxcontrib-svg2pdfconverter>=1.2.3",
280281
"sphinxext-opengraph>=0.9.1",
281282
"pandas[output-formatting]>=2.1.2",
283+
"pandas[output-formatting]>=2.2.3; python_version >= '3.13'",
282284
"qiskit[qasm3-import,visualization]>=1.0.0",
283285
"scipy>=1.14.1; python_version >= '3.13'",
284286
"numpy>=2.1; python_version >= '3.13'",
@@ -288,6 +290,7 @@ test = [
288290
"pytest-console-scripts>=1.4.1",
289291
"pytest-cov>=6",
290292
"pandas[output-formatting]>=2.1.2",
293+
"pandas[output-formatting]>=2.2.3; python_version >= '3.13'",
291294
"qiskit[qasm3-import]>=1.0.0",
292295
"scipy>=1.14.1; python_version >= '3.13'",
293296
"numpy>=2.1; python_version >= '3.13'",

0 commit comments

Comments
 (0)