We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95484cb commit 34770eeCopy full SHA for 34770ee
Makefile
@@ -8,5 +8,5 @@ clean:
8
9
.PHONY: checkdeps
10
checkdeps:
11
- $(eval allow_list='featuretools|composeml|evalml|woodwork|bokeh')
+ $(eval allow_list='featuretools|composeml|evalml|woodwork')
12
pip freeze | grep -v "open_source_demos.git" | grep -E $(allow_list) > $(OUTPUT_FILEPATH)
0 commit comments