Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 22f2140

Browse files
Add note about numba version in readme.rst (#773)
1 parent a111621 commit 22f2140

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ the code by leveraging modern hardware instructions and by utilizing all availab
1919

2020
Intel SDC's documentation can be found `here <https://intelpython.github.io/sdc-doc/>`_.
2121

22+
Intel SDC uses special Numba build based on ``0.48.0`` tag for build and run.
23+
Required Numba version can be installed from ``intel/label/beta`` channel from the Anaconda Cloud.
24+
Note: For maximum performance and stability please use numba from ``intel/label/beta`` channel.
25+
2226
Installing Binary Packages (conda and wheel)
2327
----------------------------------
2428
Intel SDC is available on the Anaconda Cloud intel/label/beta channel.
@@ -54,6 +58,7 @@ If you do not have conda, we recommend using Miniconda3::
5458

5559
Intel SDC uses special Numba build based on ``0.48.0`` tag for build and run.
5660
Required Numba version can be installed from ``intel/label/beta`` channel from the Anaconda Cloud.
61+
Note: For maximum performance and stability please use numba from ``intel/label/beta`` channel.
5762

5863
It is possible to build Intel SDC via conda-build or setuptools. Follow one of the
5964
cases below to install Intel SDC and its dependencies on Linux.

0 commit comments

Comments
 (0)