diff --git a/chapter_installation/index.md b/chapter_installation/index.md index d99206e55c..5cf56e6bb4 100644 --- a/chapter_installation/index.md +++ b/chapter_installation/index.md @@ -173,7 +173,7 @@ frequently used functions and classes found throughout this book: ```bash -pip install d2l==1.0.0 +pip install d2l==1.0.2 ``` diff --git a/config.ini b/config.ini index 57bdcb06b5..56c7ef7a78 100644 --- a/config.ini +++ b/config.ini @@ -12,7 +12,7 @@ author = Aston Zhang, Zachary C. Lipton, Mu Li, and Alexander J. Smola copyright = 2023, All authors. Licensed under CC-BY-SA-4.0 and MIT-0. -release = 1.0.0 +release = 1.0.2 diff --git a/d2l/__init__.py b/d2l/__init__.py index c0a1c4bb96..6f1d28ce2f 100644 --- a/d2l/__init__.py +++ b/d2l/__init__.py @@ -9,4 +9,4 @@ """ -__version__ = "1.0.0" +__version__ = "1.0.2" diff --git a/setup.py b/setup.py index 289b01deb9..87711909f8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ 'matplotlib==3.7.2', 'matplotlib-inline==0.1.6', 'requests==2.31.0', - 'pandas==2.0.3' + 'pandas==2.0.3', + 'scipy==1.11.1' ] setup(