Skip to content

Commit dfbd449

Browse files
committed
less strict bounds
1 parent cb52f59 commit dfbd449

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

requirements-jax-cuda.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Tensorflow (always required for preprocessing).
2-
tensorflow==2.14.0
3-
tensorflow-text==2.14.0.rc0
1+
# Tensorflow cpu-only version.
2+
tensorflow>=2.14.0
3+
tensorflow-text>=2.14.0.rc0
44

5-
# Torch cpu-only version (needed for testing).
5+
# Torch cpu-only version.
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.0.1
8-
torchvision==0.15.2
7+
torch>=2.0.1
8+
torchvision>=0.15.2
99

10-
# Jax.
10+
# Jax with cuda support.
1111
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
1212
jax[cuda11_pip]
1313

requirements-tensorflow-cuda.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Tensorflow with cuda support.
2-
tensorflow[and-cuda]==2.14.0
3-
tensorflow-text[and-cuda]==2.14.0.rc0
2+
tensorflow[and-cuda]>=2.14.0
3+
tensorflow-text>=2.14.0.rc0
44

5-
# Torch cpu-only version (needed for testing).
5+
# Torch cpu-only version.
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.0.1
8-
torchvision==0.15.2
7+
torch>=2.0.1
8+
torchvision>=0.15.2
99

10-
# Jax cpu-only version (needed for testing).
10+
# Jax cpu-only version.
1111
jax[cpu]
1212

1313
-r requirements-common.txt

requirements-torch-cuda.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Tensorflow (always required for preprocessing).
2-
tensorflow==2.14.0
3-
tensorflow-text==2.14.0.rc0
1+
# Tensorflow cpu-only version.
2+
tensorflow>=2.14.0
3+
tensorflow-text>=2.14.0.rc0
44

55
# Torch with cuda support.
66
--extra-index-url https://download.pytorch.org/whl/cu117
7-
torch==2.0.1+cu117
8-
torchvision==0.15.2+cu117
7+
torch>=2.0.1+cu117
8+
torchvision>=0.15.2+cu117
99

10-
# Jax cpu-only version (needed for testing).
10+
# Jax cpu-only version.
1111
jax[cpu]
1212

1313
-r requirements-common.txt

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Tensorflow.
2-
tensorflow==2.14.0
3-
tensorflow-text==2.14.0.rc0
2+
tensorflow>=2.14.0
3+
tensorflow-text>=2.14.0.rc0
44

55
# Torch.
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.0.1
8-
torchvision==0.15.2
7+
torch>=2.0.1
8+
torchvision>=0.15.2
99

1010
# Jax.
1111
jax[cpu]

0 commit comments

Comments
 (0)