File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Tensorflow cpu-only version.
2
- tensorflow-cpu~=2.18
3
- tensorflow-text~=2.18
2
+ tensorflow-cpu~=2.19
3
+ tensorflow-text~=2.19
4
4
5
5
# Torch cpu-only version.
6
6
--extra-index-url https://download.pytorch.org/whl/cpu
Original file line number Diff line number Diff line change 1
1
# Tensorflow with cuda support.
2
- tensorflow[and-cuda]~=2.18
3
- tensorflow-text~=2.18
2
+ tensorflow[and-cuda]~=2.19
3
+ tensorflow-text~=2.19
4
4
5
5
# Torch cpu-only version.
6
6
--extra-index-url https://download.pytorch.org/whl/cpu
Original file line number Diff line number Diff line change 1
1
# Tensorflow cpu-only version.
2
- tensorflow-cpu~=2.18
3
- tensorflow-text~=2.18
2
+ tensorflow-cpu~=2.19
3
+ tensorflow-text~=2.19
4
4
5
5
# Torch with cuda support.
6
6
--extra-index-url https://download.pytorch.org/whl/cu126
7
- torch==2.7.0 +cu126
8
- torchvision==0.22.0 +cu126
7
+ torch==2.7.1 +cu126
8
+ torchvision==0.22.1 +cu126
9
9
10
10
# Jax cpu-only version.
11
11
jax[cpu]
Original file line number Diff line number Diff line change 1
1
# Tensorflow.
2
- tensorflow-cpu ~= 2.18.1 ;sys_platform != 'darwin'
3
- tensorflow ~= 2.18.1 ;sys_platform == 'darwin'
4
- tensorflow-text ~= 2.18 ;platform_system != 'Windows'
2
+ tensorflow-cpu ~= 2.19.0 ;sys_platform != 'darwin'
3
+ tensorflow ~= 2.19.0 ;sys_platform == 'darwin'
4
+ tensorflow-text ~= 2.19 ;platform_system != 'Windows'
5
5
6
6
# Torch.
7
7
--extra-index-url https://download.pytorch.org/whl/cpu
You can’t perform that action at this time.
0 commit comments