From 7c0bd7aa88b4a27d2173a0bd1aa6169e3f142b8b Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 7 Apr 2020 16:41:28 +0300 Subject: [PATCH] Leave only setuptools override --- scripts/setup-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-osx.sh b/scripts/setup-osx.sh index e56987514..193c4ad1b 100644 --- a/scripts/setup-osx.sh +++ b/scripts/setup-osx.sh @@ -4,7 +4,7 @@ python3 --version echo "Upgrading pip..." python3 -m pip install --upgrade pip echo "Installing hardcoded app requirements for debugging..." -python3 -m pip install matplotlib==3.2.0 setuptools==42.0.2 +python3 -m pip install setuptools==42.0.2 echo "Installing app requirements..." python3 -m pip install -r requirements.txt echo "Installing packaging tools..."