From b9858acf9b251a8a05333faaecb1dec1fad84e65 Mon Sep 17 00:00:00 2001 From: Heiko J Schick Date: Wed, 21 Oct 2020 07:52:52 +0200 Subject: [PATCH] Removed unused python packages --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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