Update joblib, ignore upgrade updates on pip

pull/1172/head
Piero Toffanin 2020-10-22 19:34:43 +00:00
rodzic 18656d54be
commit bbea450b81
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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..."

Wyświetl plik

@ -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