From 9235f61f71f2e647296d2425843bbfdd41ae8e6f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Mar 2020 17:56:04 +0100 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 7a4d24377b1d652461f838382863973504bbd7c2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Mar 2020 17:56:06 +0100 Subject: [PATCH 2/2] Pin xarray to latest version 0.15.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05a0c4f..d60bc2d 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.15.0