Skip to content

Commit

Permalink
Move cupy package to extras to avoid the issue of missing CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
liweintu committed Aug 30, 2023
1 parent 4902195 commit b84ccad
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 @@ -42,7 +42,6 @@ def version():
"qibo>=0.1.10",
"qibojit>=0.0.7",
"quimb[tensor]>=1.4.0",
"cupy>=11.6.0",
],
extras_require={
"docs": [],
Expand All @@ -54,7 +53,8 @@ def version():
"analysis": [
"pylint>=2.16.0",
],
"cuquantum": [
"cuda": [
"cupy>=11.6.0",
"cuquantum-python-cu11>=23.3.0",
],
},
Expand Down

0 comments on commit b84ccad

Please sign in to comment.