Skip to content

Commit ff1ea4b

Browse files
authored
update readme to reference latest changes (#756)
1 parent a07469c commit ff1ea4b

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@ There are also several other articles about using Implicit to build recommendati
9090

9191
#### Requirements
9292

93-
This library requires SciPy version 0.16 or later and Python version 3.6 or later.
93+
This library requires SciPy version 0.16 or later and Python version 3.9 or later.
9494

95-
GPU Support requires at least version 11 of the [NVidia CUDA Toolkit](https://developer.nvidia.com/cuda-downloads).
95+
GPU Support requires version 13 of the [NVidia CUDA
96+
Toolkit](https://developer.nvidia.com/cuda-downloads), and requires that RMM be installed `pip install rmm-cu13`
9697

97-
This library is tested with Python 3.7, 3.8, 3.9, 3.10 and 3.11 on Ubuntu, OSX and Windows.
98+
This library is tested with Python 3.9 to 3.14 on Ubuntu, OSX and Windows.
9899

99100
#### Benchmarks
100101

docs/source/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Implicit can be installed from pypi with:
88
pip install implicit
99
1010
Installing with pip will use prebuilt binary wheels on x86_64 Linux, Windows
11-
and OSX. The wheels includes GPU support on Linux.
11+
and OSX. The wheels includes GPU support on Linux, for CUDA 13.
1212

1313
There are also binary packages on conda-forge for Linux, Windows and OSX. These can be installed with:
1414

1515
.. code-block:: bash
1616
1717
conda install -c conda-forge implicit
1818
19-
There are also GPU enabled packages on conda-forge for x86_64 Linux systems using either CUDA
20-
11.0, 11.1 or 11.2. The GPU packages can be installed with:
19+
There are also GPU enabled packages on conda-forge for x86_64 Linux systems.
20+
The GPU packages can be installed with:
2121

2222
.. code-block:: bash
2323
@@ -27,4 +27,4 @@ There are also GPU enabled packages on conda-forge for x86_64 Linux systems usin
2727
Requirements
2828
------------
2929

30-
This library requires SciPy version 0.16 or later.
30+
This library requires SciPy version 0.16 or later. GPU support requires RMM to be installed.

0 commit comments

Comments
 (0)