Skip to content

Commit

Permalink
Remove temporary work-around for 0.15 release
Browse files Browse the repository at this point in the history
See 68280fb for more details.
  • Loading branch information
lesteve committed Oct 20, 2016
1 parent 82a6740 commit 30b936d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ clean: clean-ctags

in: inplace # just a shortcut
inplace:
# to avoid errors in 0.15 upgrade
rm -f sklearn/utils/sparsefuncs*.so
rm -f sklearn/utils/random*.so
$(PYTHON) setup.py build_ext -i

test-code: in
Expand Down

0 comments on commit 30b936d

Please sign in to comment.