Skip to content

Commit

Permalink
Add scipy dep in 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Aug 18, 2023
1 parent 8f9d604 commit 8f78d8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion d2l/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

__version__ = "1.0.0"
__version__ = "1.0.2"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8f78d8d

Please sign in to comment.