diff --git a/Makefile b/Makefile index df6f7acae8..897d5f214d 100644 --- a/Makefile +++ b/Makefile @@ -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)