build: Remove cuda poetry group

Since redundant with the corresponding extra, that is the appropriate space for it
This commit is contained in:
Alessandro Candido
2024-02-16 08:02:56 +01:00
parent e9702c1136
commit 4e30c8e344

View File

@@ -46,13 +46,6 @@ optional = true
[tool.poetry.group.analysis.dependencies]
pylint = "^3.0.3"
[tool.poetry.group.cuda]
optional = true
[tool.poetry.group.cuda.dependencies]
cupy = "^11.6.0"
cuquantum-python-cu11 = "^23.3.0"
[tool.pylint.main]
ignored-modules = ["cupy", "cuquantum", "mpi4py"]