Skip to content

Commit

Permalink
Remove minor versions where not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 28, 2025
1 parent 914cb09 commit e68e32f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,23 +154,23 @@ cuxfilter can be installed with conda. You can get a minimal conda installation
For the nightly version of `cuxfilter`:

```bash
# for CUDA 12.5
# for CUDA 12
conda install -c rapidsai-nightly -c conda-forge -c nvidia \
cuxfilter=25.02 python=3.12 cuda-version=12.8

# for CUDA 11.8
# for CUDA 11
conda install -c rapidsai-nightly -c conda-forge -c nvidia \
cuxfilter=25.02 python=3.12 cuda-version=11.8
```

For the stable version of `cuxfilter`:

```bash
# for CUDA 12.5
# for CUDA 12
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter python=3.12 cuda-version=12.8

# for CUDA 11.8
# for CUDA 11
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter python=3.12 cuda-version=11.8
```
Expand Down
8 changes: 4 additions & 4 deletions docs/source/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ For the most customized way of installing RAPIDS and cuxfilter, visit the select

.. code-block:: bash
# for CUDA 12.5
# for CUDA 12
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter=25.02 python=3.10 cuda-version=12.8
# for CUDA 11.8
# for CUDA 11
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter=25.02 python=3.10 cuda-version=11.8
Expand All @@ -21,10 +21,10 @@ Install cuxfilter from PyPI using pip:

.. code-block:: bash
# for CUDA 12.5
# for CUDA 12
pip install cuxfilter-cu12 -extra-index-url=https://pypi.nvidia.com
# for CUDA 11.8
# for CUDA 11
pip install cuxfilter-cu11 -extra-index-url=https://pypi.nvidia.com
Expand Down

0 comments on commit e68e32f

Please sign in to comment.