Also adds latest version of scikit-learn, import tests, and updates dependencies.
The latest version of scikit-learn added a dependency on OpenMP, which is not provided by Apple Clang. The solution is to add an extra dependency on LLVM-OpenMP.
Successfully builds and passes all tests on macOS 10.14.5 with Clang 10.0.1 and Python 3.7.3.
该提问来源于开源项目:spack/spack