From bbea450b8196072562d33dc21b4cb683efb43693 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 22 Oct 2020 19:34:43 +0000 Subject: [PATCH] Update joblib, ignore upgrade updates on pip --- configure.sh | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index 3111edb0..6c338dc0 100644 --- a/configure.sh +++ b/configure.sh @@ -97,7 +97,7 @@ install() { libboost-date-time-dev \ libboost-thread-dev - pip install -r requirements.txt + pip install --ignore-installed -r requirements.txt if [ ! -z "$PORTABLE_INSTALL" ]; then echo "Replacing g++ and gcc with our scripts for portability..." diff --git a/requirements.txt b/requirements.txt index d01f0a89..585e91ee 100755 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ numpy==1.19.2 pyproj==2.2.2 Pysolar==0.6 psutil==5.6.3 -joblib==0.13.2 +joblib==0.17.0 Fiona==1.8.9.post2 cryptography==2.8 pyOpenSSL==19.1.0