Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Dec 10, 2024
1 parent ff371d6 commit ccb97f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nvidia-cublas-cu11>=11.11.3.6",
"nvidia-cusolver-cu11>=11.4.1.48",
"nvidia-cusparse-cu11>=11.7.5.86",
"cuquantum-cu11>=23.3.0",
"cuquantum-cu11>=23.3.0,<24.11.0",
]
classifiers_cuda = [
"Environment :: GPU :: NVIDIA CUDA :: 11",
Expand All @@ -68,7 +68,7 @@
"nvidia-cublas-cu12>=12.1.3.1",
"nvidia-cusolver-cu12>=11.4.5.107",
"nvidia-cusparse-cu12>=12.1.0.106",
"cuquantum-cu12>=23.3.0",
"cuquantum-cu12>=23.3.0,<24.11.0",
]
classifiers_cuda = [
"Environment :: GPU :: NVIDIA CUDA :: 12",
Expand Down

0 comments on commit ccb97f5

Please sign in to comment.