mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Need Numba 0.61.0rc2 for 3.13 support.
This commit is contained in:
parent
c595e51cff
commit
85f3f9a471
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ rich = ">=13.8.1"
|
|||
lxml = ">=5.3.0"
|
||||
crosshair-tool = ">=0.0.78"
|
||||
coverage = ">=7.6.4"
|
||||
numba = ">=0.61.0rc2"
|
||||
numba = [
|
||||
{version = ">=0.60.0", python = "<3.13"},
|
||||
{version = "0.61.0rc2", python = ">=3.13"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue