Skip to content

Commit

Permalink
Remove scikit-learn script macOS arm64 guard (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Dec 1, 2020
1 parent b07610d commit d05a423
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tools/sklearn
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ sync() {

install() {
bold "sklearn install"
if [ "$(uname -ms)" = "Darwin arm64" ]; then
echo "- arm64 [skip]"
return
fi
venv
${python} -m pip install --quiet six cython pytest flake8 numpy scipy pylint astroid
${python} -m pip install --quiet --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple scikit-learn
Expand All @@ -52,10 +48,6 @@ install() {

metadata() {
bold "sklearn metadata"
if [ "$(uname -ms)" = "Darwin arm64" ]; then
echo "- arm64 [skip]"
return
fi
[[ $(grep -U $'\x0D' ./source/sklearn-metadata.json) ]] && crlf=1
venv
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
Expand Down

0 comments on commit d05a423

Please sign in to comment.