GeoStat-Framework / PyKrige

Kriging Toolkit for Python
https://pykrige.readthedocs.io
BSD 3-Clause "New" or "Revised" License
740 stars 186 forks source link

Removed pinv2 references for bug fix #237

Closed tunasplam closed 1 year ago

tunasplam commented 1 year ago

pinv2 was removed by scipy. This was causing the library to crash upon import. Removing references to pinv2 fixes the issue.