From 024642a6d14bc156bd3fe5a5e07c085285dadc12 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Mon, 1 Aug 2022 16:08:46 -0500 Subject: [PATCH] Relax arrow version in dev env (#11418) Arrow version pinnings were relaxed in this commit: https://github.com/rapidsai/cudf/commit/d740c3cd2719c889821153da339dedcb15480103, this PR performs the same change in dev env. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/cudf/pull/11418 --- conda/environments/cudf_dev_cuda11.5.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/environments/cudf_dev_cuda11.5.yml b/conda/environments/cudf_dev_cuda11.5.yml index b5af5417dbc..61bacd39369 100644 --- a/conda/environments/cudf_dev_cuda11.5.yml +++ b/conda/environments/cudf_dev_cuda11.5.yml @@ -21,7 +21,7 @@ dependencies: - numba>=0.54 - numpy - pandas>=1.0,<1.5.0dev0 - - pyarrow=8.0.0 + - pyarrow=8 - fastavro>=0.22.9 - python-snappy>=0.6.0 - notebook>=0.5.0 @@ -51,7 +51,7 @@ dependencies: - dask>=2022.05.2 - distributed>=2022.05.2 - streamz - - arrow-cpp=8.0.0 + - arrow-cpp=8 - dlpack>=0.5,<0.6.0a0 - double-conversion - rapidjson