From 4aaadab842af52141881cfd297ef6d160ee67d54 Mon Sep 17 00:00:00 2001 From: delucchi-cmu Date: Fri, 23 Feb 2024 09:36:02 -0500 Subject: [PATCH] Pin higher numba version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11c44d7c..cd6b0dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "astropy", "fsspec<=2023.9.2", # Used for abstract filesystems "healpy", - "numba", + "numba>=0.58", "pandas", "pyarrow>=14.0.1", "typing-extensions>=4.3.0",