From 87cb5673edd49ae7436c9d1d8cd76baa7c785c6c Mon Sep 17 00:00:00 2001 From: Nitin Shivaraman Date: Thu, 5 Oct 2023 15:24:41 +0800 Subject: [PATCH] Fixed the missing cuquantum libraries --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 3a690c0..86d29eb 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,8 @@ setup( "qibo>=0.1.10", "qibojit>=0.0.7", "quimb[tensor]>=1.6.0", + "cupy>=11.6.0", + "cuquantum-python-cu11", ], extras_require={ "docs": [],