MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

scikit-image==0.14.3 crashes when installed on Mac #188

Closed csala closed 4 years ago

csala commented 4 years ago

scikit-image version 0.14.3 has a problem that prevents it from being installed on Mac OSx: https://github.com/scikit-image/scikit-image/issues/3972

We should add !=0.14.3 to the version specification to allow installing either a later or an earlier version (all of them work), but prevent this one from being installed.

Also see if 0.15 is fully compatible to extend the version range up to 0.16.