Need Numba 0.61.0rc2 for 3.13 support.

This commit is contained in:
RD 2025-01-08 18:47:25 -08:00
parent c595e51cff
commit 85f3f9a471

View file

@ -92,7 +92,6 @@ rich = ">=13.8.1"
lxml = ">=5.3.0" lxml = ">=5.3.0"
crosshair-tool = ">=0.0.78" crosshair-tool = ">=0.0.78"
coverage = ">=7.6.4" coverage = ">=7.6.4"
numba = ">=0.61.0rc2"
numba = [ numba = [
{version = ">=0.60.0", python = "<3.13"}, {version = ">=0.60.0", python = "<3.13"},
{version = "0.61.0rc2", python = ">=3.13"} {version = "0.61.0rc2", python = ">=3.13"}