Skip to content

Commit

Permalink
Merge pull request #3451 from chiamp:quickstart
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578045325
  • Loading branch information
Flax Authors committed Oct 31, 2023
2 parents c008753 + a96626a commit 6f69bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"outputs": [],
"source": [
"!pip install -q flax"
"!pip install -q flax>=0.7.5"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the network for image classification on the MNIST dataset.
:id: bb81587e
:tags: [skip-execution]
!pip install -q flax
!pip install -q flax>=0.7.5
```

+++ {"id": "b529fbef"}
Expand Down

0 comments on commit 6f69bb6

Please sign in to comment.