From bed7d7178792c63e398507b7ff79a606383fa2d8 Mon Sep 17 00:00:00 2001 From: tankya2 Date: Mon, 3 Apr 2023 10:21:35 +0800 Subject: [PATCH] Commented away GPU portion --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2b1184c..17355df 100644 --- a/setup.py +++ b/setup.py @@ -42,8 +42,8 @@ setup( "qibo>=0.1.10", "qibojit>=0.0.7", "quimb[tensor]>=1.4.0", - "cupy>=11.6.0", - "cuquantum-python-cu11", + #"cupy>=11.6.0", + #"cuquantum-python-cu11", ], extras_require={ "docs": [],