@@ -23,9 +23,6 @@ the code by leveraging modern hardware instructions and by utilizing all availab
23
23
24
24
Intel® SDC documentation can be found `here <https://intelpython.github.io/sdc-doc/ >`_.
25
25
26
- Intel® SDC uses special Numba build based on ``0.48.0 `` tag for build and run.
27
- Required Numba version can be installed from ``intel/label/beta `` channel from the Anaconda Cloud.
28
-
29
26
.. note ::
30
27
For maximum performance and stability, please use numba from ``intel/label/beta `` channel.
31
28
@@ -61,9 +58,6 @@ If you do not have conda, we recommend using Miniconda3::
61
58
./miniconda.sh -b
62
59
export PATH=$HOME/miniconda3/bin:$PATH
63
60
64
- Intel® SDC uses special Numba build based on ``0.48.0 `` tag for build and run.
65
- Required Numba version can be installed from ``intel/label/beta `` channel from the Anaconda Cloud.
66
-
67
61
.. note ::
68
62
For maximum performance and stability, please use numba from ``intel/label/beta `` channel.
69
63
@@ -88,7 +82,7 @@ Building on Linux with setuptools
88
82
89
83
PYVER=<3.6 or 3.7>
90
84
NUMPYVER=<1.16 or 1.17>
91
- conda create -n sdc-env -q -y -c intel/label/beta -c defaults -c intel -c conda-forge python=$PYVER numpy=$NUMPYVER numba=0.48.0 pandas=0.25.3 pyarrow=0.17.0 gcc_linux-64 gxx_linux-64
85
+ conda create -n sdc-env -q -y -c intel/label/beta -c defaults -c intel -c conda-forge python=$PYVER numpy=$NUMPYVER numba=0.49 pandas=0.25.3 pyarrow=0.17.0 gcc_linux-64 gxx_linux-64
92
86
source activate sdc-env
93
87
git clone https://github.com/IntelPython/sdc.git
94
88
cd sdc
@@ -126,7 +120,7 @@ Building on Windows with setuptools
126
120
127
121
set PYVER=<3.6 or 3.7>
128
122
set NUMPYVER=<1.16 or 1.17>
129
- conda create -n sdc-env -c intel/label/beta -c defaults -c intel -c conda-forge python=%PYVER% numpy=%NUMPYVER% numba=0.48.0 pandas=0.25.3 pyarrow=0.17.0
123
+ conda create -n sdc-env -c intel/label/beta -c defaults -c intel -c conda-forge python=%PYVER% numpy=%NUMPYVER% numba=0.49 pandas=0.25.3 pyarrow=0.17.0
130
124
conda activate sdc-env
131
125
set INCLUDE=%INCLUDE%;%CONDA_PREFIX%\Library\include
132
126
set LIB=%LIB%;%CONDA_PREFIX%\Library\lib
0 commit comments