From 695d224e71db96564657536310706ebed056815c Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 31 Mar 2021 09:03:21 -0400 Subject: [PATCH 1/2] Update README to document how to conda install 0.19 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 687d25c200b..6d67251b845 100644 --- a/README.md +++ b/README.md @@ -65,15 +65,15 @@ Please see the [Demo Docker Repository](https://hub.docker.com/r/rapidsai/rapids cuDF can be installed with conda ([miniconda](https://conda.io/miniconda.html), or the full [Anaconda distribution](https://www.anaconda.com/download)) from the `rapidsai` channel: -For `cudf version == 0.18` : +For `cudf version == 0.19` : ```bash # for CUDA 10.1 conda install -c rapidsai -c nvidia -c numba -c conda-forge \ - cudf=0.18 python=3.7 cudatoolkit=10.1 + cudf=0.19 python=3.7 cudatoolkit=10.1 # or, for CUDA 10.2 conda install -c rapidsai -c nvidia -c numba -c conda-forge \ - cudf=0.18 python=3.7 cudatoolkit=10.2 + cudf=0.19 python=3.7 cudatoolkit=10.2 ``` From 520522a8729b8df4a3636486709757ed63f497d8 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Thu, 1 Apr 2021 10:07:02 -0400 Subject: [PATCH 2/2] Update libcudf requirements in CONTRIBUTING.md for 0.19 --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98ecbcd3295..cfed2e1a692 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,13 +131,13 @@ run each time you commit changes. Compiler requirements: -* `gcc` version 5.4+ -* `nvcc` version 10.0+ -* `cmake` version 3.14.0+ +* `gcc` version 7.1+ +* `nvcc` version 10.1+ +* `cmake` version 3.18.0+ CUDA/GPU requirements: -* CUDA 10.0+ +* CUDA 10.1+ * NVIDIA driver 410.48+ * Pascal architecture or better