Skip to content

Commit

Permalink
fix d2l==0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Nov 13, 2022
1 parent 9b14403 commit d09967b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ python -m pip install paddlepaddle==2.3.2 -i https://pypi.tuna.tsinghua.edu.cn/s
我们的下一步是安装`d2l`包,以方便调取本书中经常使用的函数和类:

```bash
pip install d2l==0.17.5
pip install d2l==0.17.6
```


Expand Down
4 changes: 2 additions & 2 deletions static/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies:
- python=3.9
- pip
- pip:
- ..
- d2l==0.17.6
- git+https://github.com/d2l-ai/d2l-book
- mxnet-cu102==1.7.0
- torch==1.12.0+cu102
Expand All @@ -11,6 +11,6 @@ dependencies:
- -f https://download.pytorch.org/whl/torch_stable.html
- tensorflow==2.9.1
- tensorflow-probability==0.17.0
- paddlepaddle-gpu==2.3.2.post112
- paddlepaddle-gpu==2.3.2.post112
- -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
- opencv-python==4.6.0.66

0 comments on commit d09967b

Please sign in to comment.