diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 1ab7f662..7138aedc 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -26,7 +26,7 @@ dependencies: - libtool - ninja - numba>=0.57.1 -- numpy>=1.23,<2.0a0 +- numpy>=1.23,<3.0a0 - pip - pkg-config - pre-commit diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 68bf3b2b..ff57ce82 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -26,7 +26,7 @@ dependencies: - libtool - ninja - numba>=0.57.1 -- numpy>=1.23,<2.0a0 +- numpy>=1.23,<3.0a0 - pip - pkg-config - pre-commit diff --git a/conda/recipes/ucxx/meta.yaml b/conda/recipes/ucxx/meta.yaml index dafb4004..8d9e3f13 100644 --- a/conda/recipes/ucxx/meta.yaml +++ b/conda/recipes/ucxx/meta.yaml @@ -239,7 +239,7 @@ outputs: - ucx >=1.15.0,<1.18.0 - {{ pin_subpackage('libucxx', exact=True) }} - {{ pin_compatible('rmm', max_pin='x.x') }} - - numpy>=1.23,<2.0a0 + - numpy>=1.23,<3.0a0 - pynvml >=11.4.1 run_constrained: - cupy >=9.5.0 diff --git a/dependencies.yaml b/dependencies.yaml index d784cc55..1cca1248 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -282,7 +282,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - &numpy numpy>=1.23,<2.0a0 + - &numpy numpy>=1.23,<3.0a0 - pynvml>=11.4.1 run_python_distributed_ucxx: common: diff --git a/python/distributed-ucxx/pyproject.toml b/python/distributed-ucxx/pyproject.toml index c013329b..8d7e23e4 100644 --- a/python/distributed-ucxx/pyproject.toml +++ b/python/distributed-ucxx/pyproject.toml @@ -41,7 +41,7 @@ docs = [ test = [ "cudf==24.10.*,>=0.0.0a0", "cupy-cuda11x>=12.0.0", - "numpy>=1.23,<2.0a0", + "numpy>=1.23,<3.0a0", "pytest-rerunfailures", "pytest==7.*", ] # 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 4bf1eab2..e2660586 100644 --- a/python/ucxx/pyproject.toml +++ b/python/ucxx/pyproject.toml @@ -20,7 +20,7 @@ license = { text = "BSD-3-Clause" } requires-python = ">=3.9" dependencies = [ "libucxx==0.40.*,>=0.0.0a0", - "numpy>=1.23,<2.0a0", + "numpy>=1.23,<3.0a0", "pynvml>=11.4.1", "rmm==24.10.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.