From 30a943edf44c8bd5142b9dbf828bc4f9acbbd356 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 23 Oct 2023 10:56:19 +0200 Subject: [PATCH] Remove setuptools<64 restriction --- scripts/installAmiciSource.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/installAmiciSource.sh b/scripts/installAmiciSource.sh index aa330bef22..93482be291 100755 --- a/scripts/installAmiciSource.sh +++ b/scripts/installAmiciSource.sh @@ -27,7 +27,6 @@ else source ${AMICI_PATH}/build/venv/bin/activate fi -pip install -U "setuptools<64" pip install --upgrade pip wheel pip install --upgrade pip scipy matplotlib coverage pytest \ pytest-cov cmake_build_extension numpy