Skip to content

Commit

Permalink
constrain nvjitlink in setup.py, since that's where the testing stage…
Browse files Browse the repository at this point in the history
… uses it
  • Loading branch information
gadial committed Jan 2, 2025
1 parent 9ea1f5b commit b6caa44
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 @@ -64,7 +64,7 @@
else:
requirements_cuda = [
"nvidia-cuda-runtime-cu12>=12.1.105",
"nvidia-nvjitlink-cu12",
"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",
Expand Down

0 comments on commit b6caa44

Please sign in to comment.