Skip to content

Commit

Permalink
Try including additional wheel dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 10, 2025
1 parent ff7369d commit 68d0b41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/qec/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ requires-python = ">=3.10"
readme = "README.md"
dependencies = [
'cuda-quantum-cu12 ~= 0.9.0',
'nvidia-cublas-cu12 ~= 12.0',
'nvidia-cuda-runtime-cu12 ~= 12.0',
'nvidia-cusolver-cu12 ~= 11.4',
'nvidia-cuda-nvrtc-cu12 ~= 12.0'
]
classifiers = [
'Intended Audience :: Science/Research',
Expand Down
4 changes: 4 additions & 0 deletions libs/solvers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ requires-python = ">=3.10"
readme = "README.md"
dependencies = [
'cuda-quantum-cu12 ~= 0.9.0',
'nvidia-cublas-cu12 ~= 12.0',
'nvidia-cuda-runtime-cu12 ~= 12.0',
'nvidia-cusolver-cu12 ~= 11.4',
'nvidia-cuda-nvrtc-cu12 ~= 12.0'
'fastapi',
'networkx',
'pyscf',
Expand Down

0 comments on commit 68d0b41

Please sign in to comment.