Skip to content

Commit

Permalink
REL v0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Apr 21, 2021
1 parent 3e65385 commit 9191e0e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ Please see the [Demo Docker Repository](https://hub.docker.com/r/rapidsai/rapids

cuxfilter 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 `cuxfilter version == 0.18` :
For `cuxfilter version == 0.19` :
```bash
# for CUDA 10.1
conda install -c rapidsai -c nvidia -c numba -c conda-forge \
cuxfilter=0.18 python=3.7 cudatoolkit=10.1
cuxfilter=0.19 python=3.7 cudatoolkit=10.1

# or, for CUDA 10.2
conda install -c rapidsai -c nvidia -c numba -c conda-forge \
cuxfilter=0.18 python=3.7 cudatoolkit=10.2
cuxfilter=0.19 python=3.7 cudatoolkit=10.2

```

Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuxfilter_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ channels:
- anaconda
dependencies:
- cupy>7.1.0,<9.0.0a0
- cuspatial=0.18
- cuspatial=0.19
- python>=3.6,<3.8
- cudf=0.19
- dask>=2.12.0
- distributed>=2.12.0
- dask-cuda=0.18
- dask-cuda=0.19
- dask-cudf=0.19
- datashader>=0.11.1
- numba>=0.51.2
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuxfilter_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ channels:
- anaconda
dependencies:
- cupy>7.1.0,<9.0.0a0
- cuspatial=0.18
- cuspatial=0.19
- python>=3.6,<3.8
- cudf=0.19
- dask>=2.12.0
- distributed>=2.12.0
- dask-cuda=0.18
- dask-cuda=0.19
- dask-cudf=0.19
- datashader>=0.11.1
- numba>=0.51.2
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuxfilter_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ channels:
- anaconda
dependencies:
- cupy>7.1.0,<9.0.0a0
- cuspatial=0.18
- cuspatial=0.19
- python>=3.6,<3.8
- cudf=0.19
- dask>=2.12.0
- distributed>=2.12.0
- dask-cuda=0.18
- dask-cuda=0.19
- dask-cudf=0.19
- datashader>=0.11.1
- numba>=0.51.2
Expand Down

0 comments on commit 9191e0e

Please sign in to comment.