From 45259c5590de6d5205f94cfa2186d920339c029e Mon Sep 17 00:00:00 2001 From: liwei Date: Tue, 28 Jun 2022 15:12:00 +0800 Subject: [PATCH] Remove redundant packages in install_requires. --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index d993574..6eebcd5 100644 --- a/setup.py +++ b/setup.py @@ -32,11 +32,7 @@ setup( "autoray>=0.2.0", "diskcache>=3.0", "mpi4py", - # "petsc4py", - # "slepc4py", "randomgen>=1.18", - "opt_einsum", - "autoray", "quimb", "qibo" ],