Skip to content
  • Joseph Weston's avatar
    monkey patch scipy when version < 1.1 is installed · 730d9e37
    Joseph Weston authored
    We use sparse matrix reshaping, which is only in newer version of
    scipy. We want to maintain version compatibility with Kwant, so
    we get around this by vendoring the relevant functionality and
    monkey-patching scipy.
    730d9e37