File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ echo "Cleaning previous builds first.."
22rm -rf dist
33rm -rf build
44rm -rf treeplot.egg-info
5- rm -rf .pytest_cache
5+ rm -rf .pytest_cache
6+ rm -rf treeplot//RESOURCES//graphviz-2.38
7+ rm -rf treeplot//RESOURCES//graphviz-2.38.zip
8+
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ echo "Cleaning previous builds first.."
22rm -rf dist
33rm -rf build
44rm -rf treeplot.egg-info
5+ rm -rf treeplot//RESOURCES//graphviz-2.38
6+ rm -rf treeplot//RESOURCES//graphviz-2.38.zip
57
68echo " Making new wheel.."
79echo " "
Original file line number Diff line number Diff line change 3636* https://github.com/erdogant/treeplot
3737* https://arogozhnikov.github.io/2016/06/24/gradient_boosting_explained.html
3838* https://scikit-learn.org/stable/modules/tree.html
39+
3940"""
You can’t perform that action at this time.
0 commit comments