Skip to content

Commit

Permalink
⬆️ update pandas lower bound for Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Dec 16, 2024
1 parent 2077bae commit 34d57b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dynamic = ["version"]
[project.optional-dependencies]
evaluation = [
"pandas[output-formatting]>=2.1.2",
"pandas[output-formatting]>=2.2.3; python_version >= '3.13'",
]
qiskit = [
"qiskit[qasm3-import]>=1.0.0",
Expand Down Expand Up @@ -279,6 +280,7 @@ docs = [
"sphinxcontrib-svg2pdfconverter>=1.2.3",
"sphinxext-opengraph>=0.9.1",
"pandas[output-formatting]>=2.1.2",
"pandas[output-formatting]>=2.2.3; python_version >= '3.13'",
"qiskit[qasm3-import,visualization]>=1.0.0",
"scipy>=1.14.1; python_version >= '3.13'",
"numpy>=2.1; python_version >= '3.13'",
Expand All @@ -288,6 +290,7 @@ test = [
"pytest-console-scripts>=1.4.1",
"pytest-cov>=6",
"pandas[output-formatting]>=2.1.2",
"pandas[output-formatting]>=2.2.3; python_version >= '3.13'",
"qiskit[qasm3-import]>=1.0.0",
"scipy>=1.14.1; python_version >= '3.13'",
"numpy>=2.1; python_version >= '3.13'",
Expand Down
4 changes: 4 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34d57b2

Please sign in to comment.