diff --git a/asv.conf.json b/asv.conf.json index 0ccaf0597..2cc70ce61 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -40,7 +40,8 @@ "scs": [], "numpy": [], "scipy": [], - "pybind11": [] + "pybind11": [], + "python-graphblas": [] }, // The directory (relative to the current directory) that benchmarks are diff --git a/setup.py b/setup.py index 14c2ce08c..34c280baf 100644 --- a/setup.py +++ b/setup.py @@ -21,5 +21,6 @@ "cvxpy", "asv<0.6", "virtualenv", + "python-graphblas", ], )