Skip to content

Commit 48c9f8f

Browse files
authored
Update README.md
1 parent 83420ff commit 48c9f8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ch01/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Throughout this book, we will mainly use NumPy's multi-dimensional arrays to sto
6666

6767
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:
6868

69-
- [NumPy](http://www.numpy.org) >= 1.16.4
70-
- [SciPy](http://www.scipy.org) >= 1.2.1
71-
- [scikit-learn](http://scikit-learn.org/stable/) >= 0.21.1
69+
- [NumPy](http://www.numpy.org) >= 1.17.4
70+
- [SciPy](http://www.scipy.org) >= 1.3.1
71+
- [scikit-learn](http://scikit-learn.org/stable/) >= 0.22.0
7272
- [matplotlib](http://matplotlib.org) >= 3.1.0
73-
- [pandas](http://pandas.pydata.org) >= 0.24.2
73+
- [pandas](http://pandas.pydata.org) >= 0.25.3
7474

7575
## Python/Jupyter Notebook
7676

@@ -115,4 +115,4 @@ and similar to starting Jupyter Notebooks, you can run the command
115115

116116
$ jupyter lab
117117

118-
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/,
118+
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/,

0 commit comments

Comments
 (0)