@@ -34,13 +34,13 @@ Distribution includes Intel® SDC for Python 3.6 and Python 3.7 for Windows and
3434
3535Intel® SDC conda package can be installed using the steps below::
3636
37- > conda create -n sdc-env python=<3.7 or 3.6> pyarrow=0.17 .0 pandas=1.2.0 -c anaconda -c conda-forge
37+ > conda create -n sdc-env python=<3.7 or 3.6> pyarrow=2.0 .0 pandas=1.2.0 -c anaconda -c conda-forge
3838 > conda activate sdc-env
3939 > conda install sdc -c intel/label/beta -c intel -c defaults -c conda-forge --override-channels
4040
4141Intel® SDC wheel package can be installed using the steps below::
4242
43- > conda create -n sdc-env python=<3.7 or 3.6> pip pyarrow=0.17 .0 pandas=1.2.0 -c anaconda -c conda-forge
43+ > conda create -n sdc-env python=<3.7 or 3.6> pip pyarrow=2.0 .0 pandas=1.2.0 -c anaconda -c conda-forge
4444 > conda activate sdc-env
4545 > pip install --index-url https://pypi.anaconda.org/intel/label/beta/simple --extra-index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple sdc
4646
@@ -82,7 +82,7 @@ Building on Linux with setuptools
8282
8383 export PYVER=<3.6 or 3.7>
8484 export NUMPYVER=<1.16 or 1.17>
85- conda create -n sdc-env -q -y -c intel/label/beta -c defaults -c intel -c conda-forge python=$PYVER numpy=$NUMPYVER tbb-devel tbb4py numba=0.52 pandas=1.2.0 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 tbb-devel tbb4py numba=0.52 pandas=1.2.0 pyarrow=2.0 .0 gcc_linux-64 gxx_linux-64
8686 source activate sdc-env
8787 git clone https://github.com/IntelPython/sdc.git
8888 cd sdc
@@ -120,7 +120,7 @@ Building on Windows with setuptools
120120
121121 set PYVER=<3.6 or 3.7>
122122 set NUMPYVER=<1.16 or 1.17>
123- conda create -n sdc-env -c intel/label/beta -c defaults -c intel -c conda-forge python=%PYVER% numpy=%NUMPYVER% tbb-devel tbb4py numba=0.52 pandas=1.2.0 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% tbb-devel tbb4py numba=0.52 pandas=1.2.0 pyarrow=2.0 .0
124124 conda activate sdc-env
125125 set INCLUDE=%INCLUDE%;%CONDA_PREFIX%\Library\include
126126 set LIB=%LIB%;%CONDA_PREFIX%\Library\lib
0 commit comments