diff --git a/Makefile b/Makefile index 3962c35..b8101cf 100644 --- a/Makefile +++ b/Makefile @@ -37,9 +37,6 @@ $(VENV_NAME)/bin/activate: ${PYTHON} -m pip install keras_vggface ${PYTHON} -m pip install pylint ${PYTHON} -m pip install mypy - ${PYTHON} -m pip install pandas - ${PYTHON} -m pip install opencv_python - ${PYTHON} -m pip install scikit-image touch $(VENV_NAME)/bin/activate linear_regression: env