When I try the example code in spectral unmixing, I get the error
`File ~\anaconda3\Lib\site-packages\pysptools\eea\nfindr.py:106 in NFINDR
volume = math.fabs(sp.linalg._flinalg.sdet_c(TestMatrix)[0])
AttributeError: module 'scipy.linalg' has no attribute '_flinalg'
`
From my superficial research it seems like pysptools uses an older version of scipy?
When I try the example code in spectral unmixing, I get the error
`File ~\anaconda3\Lib\site-packages\pysptools\eea\nfindr.py:106 in NFINDR volume = math.fabs(sp.linalg._flinalg.sdet_c(TestMatrix)[0])
AttributeError: module 'scipy.linalg' has no attribute '_flinalg' ` From my superficial research it seems like pysptools uses an older version of scipy?