From 89596661fb641287e64263d95925cb1d065a3d85 Mon Sep 17 00:00:00 2001 From: ZedongPeng Date: Thu, 21 Sep 2023 19:28:09 -0400 Subject: [PATCH] remove redundant scipy import --- pyomo/contrib/pynumero/interfaces/external_grey_box.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyomo/contrib/pynumero/interfaces/external_grey_box.py b/pyomo/contrib/pynumero/interfaces/external_grey_box.py index 8b815b84335..a1a01d751e7 100644 --- a/pyomo/contrib/pynumero/interfaces/external_grey_box.py +++ b/pyomo/contrib/pynumero/interfaces/external_grey_box.py @@ -12,7 +12,6 @@ import abc import logging from pyomo.common.dependencies import numpy as np -from scipy.sparse import coo_matrix from pyomo.common.deprecation import RenamedClass from pyomo.common.log import is_debug_set