Skip to content

Commit 34770ee

Browse files
authored
Update Makefile
1 parent 95484cb commit 34770ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ clean:
88

99
.PHONY: checkdeps
1010
checkdeps:
11-
$(eval allow_list='featuretools|composeml|evalml|woodwork|bokeh')
11+
$(eval allow_list='featuretools|composeml|evalml|woodwork')
1212
pip freeze | grep -v "open_source_demos.git" | grep -E $(allow_list) > $(OUTPUT_FILEPATH)

0 commit comments

Comments
 (0)