Skip to content

Commit 08f102d

Browse files
Add backend compatibility table to documentation (#21733)
* Add backend compatibility table to documentation * Remove redundant section and add OpenVINO version to compatibility table
1 parent a0004ee commit 08f102d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ python pip_build.py --install
5555
./shell/api_gen.sh
5656
```
5757

58+
## Backend Compatibility Table
59+
60+
The following table lists the minimum supported versions of each backend for the latest stable release of Keras (v3.x):
61+
62+
| Backend | Minimum Supported Version |
63+
|------------|---------------------------|
64+
| TensorFlow | 2.16.1 |
65+
| JAX | 0.4.20 |
66+
| PyTorch | 2.1.0 |
67+
| OpenVINO | 2025.3.0 |
68+
5869
#### Adding GPU support
5970

6071
The `requirements.txt` file will install a CPU-only version of TensorFlow, JAX, and PyTorch. For GPU support, we also

0 commit comments

Comments
 (0)