diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 4dbf724d..5fa49814 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -25,7 +25,7 @@ dependencies: - librmm==25.2.*,>=0.0.0a0 - libtool - ninja -- numba>=0.59.1.1,<0.61.0a0 +- numba>=0.59.1,<0.61.0a0 - numpy>=1.23,<3.0a0 - pip - pkg-config diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 76de2152..31b45a1d 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -25,7 +25,7 @@ dependencies: - librmm==25.2.*,>=0.0.0a0 - libtool - ninja -- numba>=0.59.1.1,<0.61.0a0 +- numba>=0.59.1,<0.61.0a0 - numpy>=1.23,<3.0a0 - pip - pkg-config diff --git a/conda/recipes/ucxx/meta.yaml b/conda/recipes/ucxx/meta.yaml index e722c951..5172dbfc 100644 --- a/conda/recipes/ucxx/meta.yaml +++ b/conda/recipes/ucxx/meta.yaml @@ -231,7 +231,7 @@ outputs: - pynvml >=12.0.0,<13.0.0a0 run_constrained: - cupy >=9.5.0 - - numba >=0.59.1.0,<0.61.0a0 + - numba >=0.59.1,<0.61.0a0 test: commands: - test -f $PREFIX/lib/libucxx_python.so diff --git a/dependencies.yaml b/dependencies.yaml index cab447d9..dd8feb3d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -288,7 +288,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - &numba numba>=0.59.1.1,<0.61.0a0 + - &numba numba>=0.59.1,<0.61.0a0 - rapids-dask-dependency==25.2.*,>=0.0.0a0 test_cpp: common: diff --git a/python/distributed-ucxx/pyproject.toml b/python/distributed-ucxx/pyproject.toml index 8450a717..0a49db7e 100644 --- a/python/distributed-ucxx/pyproject.toml +++ b/python/distributed-ucxx/pyproject.toml @@ -16,7 +16,7 @@ authors = [ license = { text = "BSD-3-Clause" } requires-python = ">=3.10" dependencies = [ - "numba>=0.59.1.1,<0.61.0a0", + "numba>=0.59.1,<0.61.0a0", "rapids-dask-dependency==25.2.*,>=0.0.0a0", "ucxx==0.42.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. diff --git a/python/ucxx/pyproject.toml b/python/ucxx/pyproject.toml index fc24df1c..ee92c56e 100644 --- a/python/ucxx/pyproject.toml +++ b/python/ucxx/pyproject.toml @@ -41,7 +41,7 @@ test = [ "cloudpickle", "cudf==25.2.*,>=0.0.0a0", "cupy-cuda11x>=12.0.0", - "numba>=0.59.1.1,<0.61.0a0", + "numba>=0.59.1,<0.61.0a0", "pytest-asyncio", "pytest-rerunfailures", "pytest==7.*",