From 48c9f8f634fb455501693859608945109c7f7ac4 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Thu, 5 Dec 2019 01:29:47 -0600 Subject: [PATCH] Update README.md --- ch01/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ch01/README.md b/ch01/README.md index c1487911..abd6490d 100644 --- a/ch01/README.md +++ b/ch01/README.md @@ -66,11 +66,11 @@ Throughout this book, we will mainly use NumPy's multi-dimensional arrays to sto The version numbers of the major Python packages that were used for writing this book are listed below. Please make sure that the version numbers of your installed packages are equal to, or greater than, those version numbers to ensure the code examples run correctly: -- [NumPy](http://www.numpy.org) >= 1.16.4 -- [SciPy](http://www.scipy.org) >= 1.2.1 -- [scikit-learn](http://scikit-learn.org/stable/) >= 0.21.1 +- [NumPy](http://www.numpy.org) >= 1.17.4 +- [SciPy](http://www.scipy.org) >= 1.3.1 +- [scikit-learn](http://scikit-learn.org/stable/) >= 0.22.0 - [matplotlib](http://matplotlib.org) >= 3.1.0 -- [pandas](http://pandas.pydata.org) >= 0.24.2 +- [pandas](http://pandas.pydata.org) >= 0.25.3 ## Python/Jupyter Notebook @@ -115,4 +115,4 @@ and similar to starting Jupyter Notebooks, you can run the command $ jupyter lab -in your command line terminal to launch a Jupyter Lab session in your browser. For more information about the Jupyter Lab project, please visit the official documentation at https://jupyterlab.readthedocs.io/en/stable/, \ No newline at end of file +in your command line terminal to launch a Jupyter Lab session in your browser. For more information about the Jupyter Lab project, please visit the official documentation at https://jupyterlab.readthedocs.io/en/stable/,