Skip to content

Commit 7e6d619

Browse files
Update tf version to 2.13. from 2.12 in pip install command in pip.md
As tensorflow 2.13v is rolled out and wheels are also updated but still pip.md file have pip install tensorflow==2.12.* command which i want to update to pip install tensorflow==2.13.* Thanks!
1 parent f7b9ed1 commit 7e6d619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/pip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ The following NVIDIA® software are only required for GPU support.
280280
PyPI.
281281
282282
```bash
283-
pip install tensorflow==2.12.*
283+
pip install tensorflow==2.13.*
284284
```
285285
286286
### 6. Verify install

0 commit comments

Comments
 (0)