diff --git a/backend/python/outetts/requirements-cpu.txt b/backend/python/outetts/requirements-cpu.txt index 569fdaf87..3ac384599 100644 --- a/backend/python/outetts/requirements-cpu.txt +++ b/backend/python/outetts/requirements-cpu.txt @@ -1,6 +1,6 @@ torch==2.7.1 -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 accelerate bitsandbytes outetts diff --git a/backend/python/outetts/requirements-cublas12.txt b/backend/python/outetts/requirements-cublas12.txt index 31683be0a..75dbb984d 100644 --- a/backend/python/outetts/requirements-cublas12.txt +++ b/backend/python/outetts/requirements-cublas12.txt @@ -1,7 +1,7 @@ torch==2.7.1 accelerate -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 bitsandbytes protobuf==6.33.5 outetts \ No newline at end of file diff --git a/backend/python/outetts/requirements-cublas13.txt b/backend/python/outetts/requirements-cublas13.txt index c1aea423c..4f374d348 100644 --- a/backend/python/outetts/requirements-cublas13.txt +++ b/backend/python/outetts/requirements-cublas13.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cu130 torch==2.9.0 -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 bitsandbytes outetts protobuf==6.33.5 \ No newline at end of file diff --git a/backend/python/outetts/requirements-hipblas.txt b/backend/python/outetts/requirements-hipblas.txt index 086931625..f068084d9 100644 --- a/backend/python/outetts/requirements-hipblas.txt +++ b/backend/python/outetts/requirements-hipblas.txt @@ -1,8 +1,8 @@ --extra-index-url https://download.pytorch.org/whl/rocm7.0 torch==2.10.0+rocm7.0 accelerate -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 bitsandbytes outetts protobuf==6.33.5 \ No newline at end of file diff --git a/backend/python/outetts/requirements-intel.txt b/backend/python/outetts/requirements-intel.txt index 15dd184f2..7fa0f5bcf 100644 --- a/backend/python/outetts/requirements-intel.txt +++ b/backend/python/outetts/requirements-intel.txt @@ -1,8 +1,8 @@ --extra-index-url https://download.pytorch.org/whl/xpu torch optimum[openvino] -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 bitsandbytes outetts protobuf==6.33.5 \ No newline at end of file diff --git a/backend/python/transformers/requirements-cpu.txt b/backend/python/transformers/requirements-cpu.txt index ef81b24b0..06d5fe878 100644 --- a/backend/python/transformers/requirements-cpu.txt +++ b/backend/python/transformers/requirements-cpu.txt @@ -1,6 +1,6 @@ torch==2.7.1 -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 accelerate transformers>=5.15.1 bitsandbytes diff --git a/backend/python/transformers/requirements-cublas12.txt b/backend/python/transformers/requirements-cublas12.txt index 892cacd9f..6a40d2ca4 100644 --- a/backend/python/transformers/requirements-cublas12.txt +++ b/backend/python/transformers/requirements-cublas12.txt @@ -1,7 +1,7 @@ torch==2.7.1 accelerate -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 transformers>=5.15.1 bitsandbytes sentence-transformers==5.7.0 diff --git a/backend/python/transformers/requirements-cublas13.txt b/backend/python/transformers/requirements-cublas13.txt index 2abddbd33..649590009 100644 --- a/backend/python/transformers/requirements-cublas13.txt +++ b/backend/python/transformers/requirements-cublas13.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cu130 torch==2.9.0 -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 transformers>=5.15.1 bitsandbytes sentence-transformers==5.7.0 diff --git a/backend/python/transformers/requirements-hipblas.txt b/backend/python/transformers/requirements-hipblas.txt index 68579182f..0632addc2 100644 --- a/backend/python/transformers/requirements-hipblas.txt +++ b/backend/python/transformers/requirements-hipblas.txt @@ -2,8 +2,8 @@ torch==2.10.0+rocm7.0 accelerate transformers>=5.15.1 -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 bitsandbytes sentence-transformers==5.7.0 diffusers diff --git a/backend/python/transformers/requirements-intel.txt b/backend/python/transformers/requirements-intel.txt index b212497e6..18eed5532 100644 --- a/backend/python/transformers/requirements-intel.txt +++ b/backend/python/transformers/requirements-intel.txt @@ -1,8 +1,8 @@ --extra-index-url https://download.pytorch.org/whl/xpu torch optimum[openvino] -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 transformers>=5.15.1 bitsandbytes sentence-transformers==5.7.0 diff --git a/backend/python/transformers/requirements-mps.txt b/backend/python/transformers/requirements-mps.txt index fa0ca6a52..8938cbf8f 100644 --- a/backend/python/transformers/requirements-mps.txt +++ b/backend/python/transformers/requirements-mps.txt @@ -1,6 +1,6 @@ torch==2.7.1 -llvmlite==0.43.0 -numba==0.60.0 +llvmlite==0.49.0 +numba==0.67.0 accelerate transformers>=5.15.1 bitsandbytes diff --git a/backend/python/transformers/requirements.txt b/backend/python/transformers/requirements.txt index e390025bd..3fa4995d0 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -3,4 +3,4 @@ protobuf==7.35.0 certifi setuptools scipy==1.18.0 -numpy>=2.0.0 \ No newline at end of file +numpy>=2.5.2 \ No newline at end of file