Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30b936d

Browse files
committed
Remove temporary work-around for 0.15 release
See 68280fb for more details.
1 parent 82a6740 commit 30b936d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ clean: clean-ctags
2626

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

3431
test-code: in

0 commit comments

Comments
 (0)