Skip to content

Commit

Permalink
recover numpy and scipy import
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Sep 20, 2023
1 parent 807e4f5 commit 30771b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyomo/contrib/pynumero/interfaces/external_grey_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

import abc
import logging
import numpy as np
from scipy.sparse import coo_matrix

from pyomo.common.deprecation import RenamedClass
from pyomo.common.log import is_debug_set
Expand Down

0 comments on commit 30771b3

Please sign in to comment.