Skip to content

Commit

Permalink
Adding lightgbm to dependenciesfile task.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Sep 16, 2020
1 parent eefcdcb commit da2721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,5 +45,5 @@ installdeps-dev:

.PHONY: dependenciesfile
dependenciesfile:
$(eval allow_list='pandas|numpy|scikit|xgboost|catboost|cloudpickle|distributed|pyzmq')
$(eval allow_list='pandas|numpy|scikit|xgboost|catboost|cloudpickle|distributed|pyzmq|lightgbm')
pip freeze | grep -v "FeatureLabs/evalml.git" | grep -E $(allow_list) > $(DEPENDENCY_FILE_PATH)

0 comments on commit da2721e

Please sign in to comment.