From bb20b8e47df83f119806d2ab41ffc8ae55220814 Mon Sep 17 00:00:00 2001 From: ekomarova Date: Thu, 13 May 2021 15:58:24 +0300 Subject: [PATCH] upd numba 0.53.1 --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 17189b818..4886a6653 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set NUMBA_VERSION = "==0.52.0" %} +{% set NUMBA_VERSION = "==0.53.1" %} {% set PANDAS_VERSION = "==1.2.0" %} {% set PYARROW_VERSION = "==2.0.0" %}