From 76f61bc9fe0754d00c0d43cb33f605146a91d9c0 Mon Sep 17 00:00:00 2001 From: tankya2 Date: Fri, 14 Jul 2023 09:50:43 +0800 Subject: [PATCH] Updated cuquantum requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b1184c..43761fc 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( "qibojit>=0.0.7", "quimb[tensor]>=1.4.0", "cupy>=11.6.0", - "cuquantum-python-cu11", + "cuquantum-python-cu11>=23.3.0", ], extras_require={ "docs": [],