From c79741eea21e817896a2ec3418d3586032b0c5b1 Mon Sep 17 00:00:00 2001 From: cheginit Date: Sun, 8 Jan 2023 22:41:14 -0600 Subject: [PATCH] ENH: Bump numpy version [skip ci] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1b62144..4fcbae3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ project_urls = [options] packages = find: install_requires = - numpy>=1.17 + numpy>=1.21 pandas>=1.0 scipy xarray>=2022.03.0