From fd645137d76202cf690f4698491b053ee0c2c9a0 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Sun, 21 Mar 2021 12:45:38 +0100 Subject: [PATCH 1/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8751716f..b37423d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottleneck cftime -dask<=2021.02.0 +dask numba>=0.52 numpy properscoring From 291645b0c8f95076b473b047ca8d5c48ae141e2b Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Sun, 21 Mar 2021 12:49:08 +0100 Subject: [PATCH 2/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b37423d8..9245eaf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottleneck cftime -dask +git+https://github.com/dask/dask.git numba>=0.52 numpy properscoring From 00a33ca6fa06df17cb15f7c720b28407afdb2c4c Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Sun, 21 Mar 2021 12:51:37 +0100 Subject: [PATCH 3/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9245eaf7..2c826833 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottleneck cftime -git+https://github.com/dask/dask.git +git+git://github.com/dask/dask.git numba>=0.52 numpy properscoring From befe29a1bc9c9917070d25879d03730be0cf8276 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Sun, 21 Mar 2021 12:55:49 +0100 Subject: [PATCH 4/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c826833..9245eaf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottleneck cftime -git+git://github.com/dask/dask.git +git+https://github.com/dask/dask.git numba>=0.52 numpy properscoring From 4b270f231c2ae011d8533c6ba1c9bc901f4d4cd7 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Sun, 21 Mar 2021 13:06:14 +0100 Subject: [PATCH 5/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9245eaf7..c345ce92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottleneck cftime -git+https://github.com/dask/dask.git +dask!=2021.03.0 numba>=0.52 numpy properscoring From fb3b81f129272aa37d4f184a43ee901a7f04e498 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Mon, 29 Mar 2021 22:05:45 +0200 Subject: [PATCH 6/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c345ce92..23103b83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottleneck cftime -dask!=2021.03.0 +dask!=2021.3.0 numba>=0.52 numpy properscoring From eb9bf8f8fb255bcee518b435c319d18b8581ec3c Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Tue, 30 Mar 2021 13:40:04 -0400 Subject: [PATCH 7/7] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23103b83..b37423d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottleneck cftime -dask!=2021.3.0 +dask numba>=0.52 numpy properscoring