Skip to content

Commit

Permalink
Try to constrain nvidia-cusparse-cu12 in setup.py as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Jan 2, 2025
1 parent b6caa44 commit 0b08f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"nvidia-nvjitlink-cu12<12.6.85",
"nvidia-cublas-cu12>=12.1.3.1",
"nvidia-cusolver-cu12>=11.4.5.107",
"nvidia-cusparse-cu12>=12.1.0.106",
"nvidia-cusparse-cu12>=12.1.0.106,<12.5.4.2",
"cuquantum-cu12>=23.3.0,<24.11.0",
]
classifiers_cuda = [
Expand Down

0 comments on commit 0b08f5e

Please sign in to comment.