Skip to content

Commit

Permalink
⚗️ try to resolve pandas versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed May 29, 2024
1 parent 25ac458 commit 64ab832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ dependencies = [
"qiskit>=1.0",
"qiskit_optimization>=0.6",
"qiskit_aer>=0.14",
"pandas>=2.1.2",
"pandas>=2.0; python_version < '3.9'",
"pandas>=2.1.2; python_version >= '3.9'",
"numpy>=1.26",
"qubovert>=1.2.5",
"qiskit_ibm_runtime>=0.21",
Expand Down

0 comments on commit 64ab832

Please sign in to comment.