numba>=0.55 for uv resolution (#12079)

* force numba version

* update comment
This commit is contained in:
Sieds Lykles
2025-09-09 01:43:32 +02:00
committed by GitHub
parent 2bd1fff79c
commit 239091d111

View File

@@ -87,6 +87,7 @@ setup(name='tinygrad',
"tiktoken",
"blobfile",
"librosa",
"numba>=0.55", # librosa needs numba but uv ignores python upper bounds and some numba versions require <python3.10
"networkx",
"nibabel",
"bottle",