Skip to content

Commit

Permalink
Update dependency on cuda-quantum for wheel
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <bhowe@nvidia.com>
  • Loading branch information
bmhowe23 committed Jan 18, 2025
1 parent e56c0c0 commit 2143901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/qec/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = [{name = "NVIDIA Corporation & Affiliates"}]
requires-python = ">=3.10"
readme = "README.md"
dependencies = [
'cuda-quantum-cu12 ~= 0.9.0',
'cuda-quantum-cu12 >= 0.9',
]
classifiers = [
'Intended Audience :: Science/Research',
Expand Down
2 changes: 1 addition & 1 deletion libs/solvers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = [{name = "NVIDIA Corporation & Affiliates"}]
requires-python = ">=3.10"
readme = "README.md"
dependencies = [
'cuda-quantum-cu12 ~= 0.9.0',
'cuda-quantum-cu12 >= 0.9',
'fastapi',
'networkx',
'pyscf',
Expand Down

0 comments on commit 2143901

Please sign in to comment.