Skip to content

Commit

Permalink
update dep to 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Jan 16, 2022
1 parent 871faeb commit a109823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pip install tensorflow-probability==0.11.1
我们的下一步是安装`d2l`包,以方便调取本书中经常使用的函数和类:

```bash
pip install d2l==0.17.1
pip install d2l==0.17.3
```


Expand Down
2 changes: 1 addition & 1 deletion static/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies:
- python=3.8
- pip
- pip:
- d2l==0.17.2
- d2l==0.17.3
- git+https://github.com/d2l-ai/d2l-book
- mxnet-cu101==1.7.0
- torch==1.8.1+cu101
Expand Down

0 comments on commit a109823

Please sign in to comment.