forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
23 lines (20 loc) · 750 Bytes
/
requirements.txt
File metadata and controls
23 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Tensorflow.
# Note: when the version of Tensorflow is changed, the version tf_keras must be
# changed in .github/workflows/actions.yml (pip install --no-deps tf_keras).
tensorflow-cpu~=2.20.0;sys_platform != 'darwin'
tensorflow~=2.20.0;sys_platform == 'darwin'
tf2onnx
# This is the only version which works with TF 2.20.0.
# TODO(#21914): Update this version when TF is updated.
ai-edge-litert==1.3.0;sys_platform != 'win32'
# Torch.
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.9.1+cpu
torch-xla==2.9.0;sys_platform != 'darwin'
# Jax.
# Pinned to 0.8.0 on CPU for CI compatibility with older backends.
# Note that we test against the latest JAX on GPU.
jax[cpu]==0.8.1
flax==0.12.2
# Common deps.
-r requirements-common.txt