From 6e39f8340c0dceaef7c3758ecc3fcf16fb0cc96d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Nov 2020 18:27:54 +0100 Subject: [PATCH 1/2] Pin shgo to latest version 0.4.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5994f4..8a3dfd8 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.8 xarray From ed19a9f8179452ad3c5cea0f5f8461cd4ca438aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Nov 2020 18:27:55 +0100 Subject: [PATCH 2/2] Pin xarray to latest version 0.16.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a3dfd8..ab0b20e 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.8 -xarray +xarray==0.16.1