From 4e30c8e344efc85f1423afdbadfd6951a3cb4a62 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Fri, 16 Feb 2024 08:02:56 +0100 Subject: [PATCH] build: Remove cuda poetry group Since redundant with the corresponding extra, that is the appropriate space for it --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4124da..d2331d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]