From 50f7e6438b5a2f98a30e36dfaa32cab98546d5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 10:04:53 +0000 Subject: [PATCH] Bump numba from 0.51.2 to 0.53.0 Bumps [numba](https://github.com/numba/numba) from 0.51.2 to 0.53.0. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.51.2...0.53.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a950f8f..ce4da42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy==1.20.1 -numba==0.51.2 \ No newline at end of file +numba==0.53.0 \ No newline at end of file diff --git a/setup.py b/setup.py index b9c6277..4078734 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # TODO: Update install requirements and corresponding documentation install_requires=[ "xarray==0.17.0", - "numba==0.51.2", + "numba==0.53.0", "numpy==1.20.1", ], )