Skip to content

Commit

Permalink
Bump python version allowed for quimb
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Dec 26, 2024
1 parent 59eef36 commit fa0a048
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ dependencies = [

[project.optional-dependencies]
quimb = [
"quimb>=1.8.4, <2; python_version < '3.13'",
"qiskit-quimb>=0.0.4, <0.1; python_version < '3.13'",
"networkx>=2.3; python_version < '3.13'",
"quimb>=1.8.4, <2; python_version < '3.14'",
"qiskit-quimb>=0.0.4, <0.1; python_version < '3.14'",
"networkx>=2.3; python_version < '3.14'",
# The following line silences a warning from cotengra, which is
# a dependency of quimb. We install kahypar only on platforms
# where we have verified that wheels are available on pypi.
"kahypar>=1.3.5; (sys_platform == 'linux' or sys_platform == 'darwin') and python_version < '3.13'",
"kahypar>=1.3.5; (sys_platform == 'linux' or sys_platform == 'darwin') and python_version < '3.14'",
"numba>=0.61.0rc2; python_version == '3.13'",
]
quimb-autograd = [
Expand Down

0 comments on commit fa0a048

Please sign in to comment.