From 3b2ece22b2635c276658fbc1cbf98085ccb41541 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Mon, 1 Aug 2022 12:06:30 -0700 Subject: [PATCH] relax arrow version in dev env --- 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