From ee2eb39db44ab1552b5b031b4b82290a48d83f94 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 18:55:06 +0200 Subject: [PATCH 1/2] Pin shgo to latest version 0.4.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5994f4..05a0c4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ scipy>0.17.0 matplotlib>2.1.0 pandas>=0.21.0 scikit-learn>=0.18 -shgo +shgo==0.4.5 xarray From 795caca5d5c3378847f000f2c9f51848eb18913e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 18:55:07 +0200 Subject: [PATCH 2/2] Pin xarray to latest version 0.12.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05a0c4f..6e7d790 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ matplotlib>2.1.0 pandas>=0.21.0 scikit-learn>=0.18 shgo==0.4.5 -xarray +xarray==0.12.1