From dbc3ff9364ebb2fef276ad415581d9d947b0dcf8 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Wed, 2 Apr 2025 09:46:50 +0100 Subject: [PATCH] Added more up to date numba version --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 552a91f..e4d1b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "omegaconf>=2.3.0", "pyyaml>=6.0.2", "hydra-core>=1.3.2", + "numba>=0.60", ] requires-python = ">=3.9,<3.13" readme = "README.md"