From a4a41b4b69dc0d4895205ef103d9df9b4a025e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dutrieux?= Date: Mon, 13 May 2024 18:29:52 +0200 Subject: [PATCH] Exclude all 0.59.* version of numba Fixes #9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b28846..bd0ab19 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'xarray', 'rasterio', 'netCDF4', - 'numba!=0.59', + 'numba!=0.59.*', 'pandas', 'affine' ],