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

Commit aab3072

Browse files
committed
pandas 0.23 avoids warnings
1 parent 200dc5a commit aab3072

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorial/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This HPAT tutorial makes use of hpat (latest), numpy, pandas, daal4py (latest) a
55

66
The easiest and most reliable way is to create a python environment using conda:
77

8-
`conda create -n hpattut -c ehsantn -c numba/label/dev -c defaults -c intel -c conda-forge hpat daal4py pandas blas=*=mkl jupyter notebook`
8+
* Linux: `conda create -n hpattut -c ehsantn -c numba/label/dev -c defaults -c intel -c conda-forge hpat daal4py pandas=0.23 blas=*=mkl jupyter notebook`
9+
* Windows: `conda create -n hpattut -c ehsantn -c numba/label/dev -c defaults -c intel hpat daal4py pandas=0.23 blas=*=mkl jupyter notebook`
910

1011
Then activate the environment
1112

0 commit comments

Comments
 (0)