From c9bcc507306823755c2122e946c78e28e443b8ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Feb 2019 17:42:11 +0100 Subject: [PATCH 1/2] Pin shgo to latest version 0.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5994f4..691d27e 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.3 xarray From 18c6b58b02c005116893a70816fbb78b8a1c762e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Feb 2019 17:42:12 +0100 Subject: [PATCH 2/2] Pin xarray to latest version 0.11.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 691d27e..1c1002a 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.3 -xarray +xarray==0.11.3