Skip to content

Commit

Permalink
add custv cutn to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Dec 16, 2024
1 parent 9e97dba commit 38773b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/configure_pyproject_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,11 @@ def parse_args():
"scipy-openblas32>=0.3.26",
]

if backend == "lightning_gpu":
dependencies += ["custatevec-cu12"]

if backend == "lightning_tensor":
dependencies += ["cutensor-cu12>=2.0.2"]
dependencies += ["cutensornet-cu12", "cutensor-cu12>=2.0.2"]

if backend in ("lightning_gpu", "lightning_tensor"):
dependencies += [
Expand Down

0 comments on commit 38773b1

Please sign in to comment.