> Linux package managers unbundle libs under sklearn.external, and as a > consequence, scikit-learn is going to be run with versions of the unbundled > packages (six 1.3 for example) no tested. To effectively support the "package > manager" installation method, these combinations should be supported/tested.
The reason that we are bundling is that we _do not want_ to support arbitrary combinations of external package (e.g. joblib). And there are good reasons for that. The way forward is to make sure that the package manager captures the right dependencies between the unbundled packages. Gaƫl ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
