ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
776 stars 174 forks source link

Use `brew install openblas` for macOS dependency #126

Closed wadkar closed 7 years ago

wadkar commented 7 years ago

Brew maintainers have deprecated homebrew/science/openblas package,

$❯ brew info homebrew/science/openblas
Warning: Use openblas instead of deprecated homebrew/science/openblas
…

This commit updated the README.md with updated instruction for managing dependencies on macOS, i.e. use brew install openblas

codecov-io commented 7 years ago

Codecov Report

Merging #126 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   89.69%   89.69%           
=======================================
  Files          34       34           
  Lines        1358     1358           
=======================================
  Hits         1218     1218           
  Misses        140      140

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9379beb...0e605fe. Read the comment docs.