From 44e8a4c852c3dcd83bd2e5252758e45f99866fa9 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Sat, 24 Aug 2024 00:41:30 +0200 Subject: [PATCH] Remove NumPy <2 pin (#208) This PR removes the NumPy<2 pin. `wholegraph` does not appear to be a heavy user of NumPy or CuPy, so it should be fine to simply remove the pin. For other RAPIDS projects with heavier dependency, CuPy 13.3.0 was required (just released) to have sufficient good CuPy/NumPy interoperability. Authors: - Sebastian Berg (https://github.com/seberg) Approvers: - https://github.com/jakirkham URL: https://github.com/rapidsai/wholegraph/pull/208 --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-125_arch-x86_64.yaml | 2 +- dependencies.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index a225b5343..fe6feb654 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -30,7 +30,7 @@ dependencies: - nbsphinx - nccl - ninja -- numpy>=1.23,<2.0a0 +- numpy>=1.23,<3.0a0 - numpydoc - nvcc_linux-64=11.8 - 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 835d35839..7636a6ce8 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -32,7 +32,7 @@ dependencies: - nbsphinx - nccl - ninja -- numpy>=1.23,<2.0a0 +- numpy>=1.23,<3.0a0 - numpydoc - pre-commit - pydata-sphinx-theme diff --git a/dependencies.yaml b/dependencies.yaml index 3ceafa51c..c5585bc3f 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -223,7 +223,7 @@ dependencies: - output_types: [conda, requirements] packages: - ninja - - numpy>=1.23,<2.0a0 + - numpy>=1.23,<3.0a0 - pytest - pytest-forked - pytest-xdist