Skip to content

Commit

Permalink
Move unnecessary packages away from the required set
Browse files Browse the repository at this point in the history
  • Loading branch information
liweintu committed Nov 2, 2023
1 parent 1c043d9 commit 2c15613
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ def version():
"qibo>=0.1.10",
"qibojit>=0.0.7",
"quimb[tensor]>=1.6.0",
"cupy>=11.6.0",
"cuquantum-python-cu11",
],
extras_require={
"docs": [],
Expand All @@ -55,6 +53,10 @@ def version():
"analysis": [
"pylint>=2.16.0",
],
"cuda": [
"cupy>=11.6.0",
"cuquantum-python-cu11>=23.3.0",
],
},
python_requires=">=3.8.0",
long_description=(HERE / "README.md").read_text(encoding="utf-8"),
Expand Down

0 comments on commit 2c15613

Please sign in to comment.