tgsmith61591/skoot

scipy._lib_version not found when building package

Opened this issue · 0 comments

problem: error saying scipy._lib_version is missing when building skoot

cause:
scipy._lib_version was removed in scipy 1.5.0
--> scipy/scipy#11290
(downgrading to scipy 1.4.0 helps)

Thanks!