Skip to content

Commit 21416a9

Browse files
committed
FIX: -c plolty not giving a recent enough version of plotly
1 parent fea2da0 commit 21416a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lectures/back_prop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ In addition to what's included in base Anaconda, we need to install the followin
2121
```{code-cell} ipython3
2222
:tags: [hide-output]
2323
24-
!pip install -U kaleido
25-
!conda install -y -c plotly plotly plotly-orca retrying
24+
!pip install -U kaleido plotly
25+
!conda install -y -c plotly plotly-orca
2626
```
2727

2828
We also need to install JAX to run this lecture

0 commit comments

Comments
 (0)