File tree Expand file tree Collapse file tree 5 files changed +19
-15
lines changed
Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 1+ # cuGraph 21.10.00 (Date TBD)
2+
3+ Please see https://github.com/rapidsai/cugraph/releases/tag/v21.10.00a for the latest changes to this development branch.
4+
15# cuGraph 21.08.00 (Date TBD)
26
37Please see https://github.com/rapidsai/cugraph/releases/tag/v21.08.00a for the latest changes to this development branch.
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.0
9- - cudf=21.08 .*
10- - libcudf=21.08 .*
11- - rmm=21.08 .*
12- - librmm=21.08 .*
9+ - cudf=21.10 .*
10+ - libcudf=21.10 .*
11+ - rmm=21.10 .*
12+ - librmm=21.10 .*
1313- dask>=2021.6.0
1414- distributed>=2021.6.0
15- - dask-cuda=21.08 .*
16- - dask-cudf=21.08 .*
15+ - dask-cuda=21.10 .*
16+ - dask-cudf=21.10 .*
1717- nccl>=2.9.9
1818- ucx-py=0.21.*
1919- ucx-proc=*=gpu
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.2
9- - cudf=21.08 .*
10- - libcudf=21.08 .*
11- - rmm=21.08 .*
12- - librmm=21.08 .*
9+ - cudf=21.10 .*
10+ - libcudf=21.10 .*
11+ - rmm=21.10 .*
12+ - librmm=21.10 .*
1313- dask>=2021.6.0
1414- distributed>=2021.6.0
15- - dask-cuda=21.08 .*
16- - dask-cudf=21.08 .*
15+ - dask-cuda=21.10 .*
16+ - dask-cudf=21.10 .*
1717- nccl>=2.9.9
1818- ucx-py=0.21.*
1919- ucx-proc=*=gpu
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ include(rapids-find)
3131
3232rapids_cuda_init_architectures(CUGRAPH)
3333
34- project (CUGRAPH VERSION 21.08 .00 LANGUAGES C CXX CUDA)
34+ project (CUGRAPH VERSION 21.10 .00 LANGUAGES C CXX CUDA)
3535
3636# Remove the following archs from CMAKE_CUDA_ARCHITECTURES that
3737# cuhornet currently doesn't support
Original file line number Diff line number Diff line change 8080# built documents.
8181#
8282# The short X.Y version.
83- version = '0.20 '
83+ version = '21.10 '
8484# The full version, including alpha/beta/rc tags.
85- release = '0.20.0 '
85+ release = '21.10.00 '
8686
8787# The language for content autogenerated by Sphinx. Refer to documentation
8888# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments