diff --git a/Makefile b/Makefile index b8101cf..74fbbbe 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,8 @@ $(VENV_NAME)/bin/activate: ${PYTHON} -m pip install keras_vggface ${PYTHON} -m pip install pylint ${PYTHON} -m pip install mypy + ${PYTHON} -m pip install panadas + ${PYTHON} -m pip install sklearn touch $(VENV_NAME)/bin/activate linear_regression: env @@ -57,4 +59,5 @@ clean: rm -rf images rm -f images.tar.gz rm -f fine_tune.h5 - rm -rf .mypy_cache \ No newline at end of file + rm -rf .mypy_cache + rm -rf *.gz \ No newline at end of file