Skip to content

Commit 77f08a5

Browse files
authored
Add information about daal4py in install.md file for sklearnex (#941)
1 parent f19cfd7 commit 77f08a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

INSTALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ We recommend this installation for the users of Intel® Distribution for Python.
139139
Intel(R) Extension for Scikit-learn is easily built from sources with the majority of the necessary prerequisites available on conda or pip. The instructions below detail how to gather the prerequisites and build and install the completed package. The package can be built for all three major platforms (Windows, Linux, macOS).
140140

141141
### Prerequisites
142-
* Python version >= 3.6
142+
* Python version >= 3.6, < 3.10
143+
* daal4py >= 2021.4
144+
145+
**NOTE:** You can [build daal4py from sources](https://github.com/intel/scikit-learn-intelex/blob/master/daal4py/INSTALL.md) or get it from [distribution channels](https://intelpython.github.io/daal4py/#getting-daal4py).
143146

144147
### Configure the build with environment variables
145148
* SKLEARNEX_VERSION: sets package version

doc/sources/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ Sources are available in |intelex_repo|_.
133133
::
134134

135135
Python version >= 3.6, < 3.10
136+
daal4py >= 2021.4
137+
138+
.. note::
139+
You can `build daal4py from sources <https://github.com/intel/scikit-learn-intelex/blob/master/daal4py/INSTALL.md>`_ or get it from `distribution channels
140+
<https://intelpython.github.io/daal4py/#getting-daal4py>`_.
136141

137142
Configure the build with environment variables
138143
==============================================

0 commit comments

Comments
 (0)