Move unnecessary packages away from the required set

This commit is contained in:
Liwei Yang
2023-11-02 17:21:18 +08:00
parent 1c043d95f5
commit 2c15613e5e

View File

@@ -42,8 +42,6 @@ setup(
"qibo>=0.1.10",
"qibojit>=0.0.7",
"quimb[tensor]>=1.6.0",
"cupy>=11.6.0",
"cuquantum-python-cu11",
],
extras_require={
"docs": [],
@@ -55,6 +53,10 @@ setup(
"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"),