Skip to content

Commit bc22b47

Browse files
committed
editted list of required packages
1 parent 8ef721c commit bc22b47

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,25 @@ which makes the installation process quite easy. Please see the
1414
install miniconda.
1515

1616
In order to run this tutorial, you will need the following Python packages:
17-
* numpy
18-
* pandas
19-
* seaborn
20-
* sklearn
21-
* skflow
22-
* tensorflow
17+
* numpy 1.11 or later
18+
* pandas 0.18 or later
19+
* matplotlib 1.5 or later
20+
* seaborn 0.7 or later
21+
* scikit-learn 0.17.1 or later
22+
* six 1.10.0 or later
23+
* tensorflow 0.8.0
24+
* jupyter
2325

24-
The first five packages can be installed with the following command:
26+
The first six packages can be installed with the following command:
2527

2628
```
27-
pip install numpy pandas seaborn sklearn skflow
29+
pip install numpy pandas matplotlib seaborn scikit-learn six
2830
```
2931

3032
Alternatively if you are using conda you can do:
3133

3234
```
33-
conda install numpy pandas seaborn scikit-learn
35+
conda install numpy pandas matplotlib seaborn scikit-learn six
3436
```
3537

3638
For **TensorFlow**, the installation depends on your environment. Below are installation instructions. For detailed

0 commit comments

Comments
 (0)