Skip to content

Commit 1eb3be4

Browse files
committed
strong pin
1 parent 9126b85 commit 1eb3be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tpu/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# TPU Utils
22
tpu-info
33
# Tensorflow packages
4-
tensorflow-tpu>=${TENSORFLOW_VERSION}
4+
tensorflow-tpu==${TENSORFLOW_VERSION}
55
--find-links https://storage.googleapis.com/libtpu-tf-releases/index.html
66
tensorflow_hub
77
tensorflow-io
88
tensorflow-probability
99
# Torch packages
10-
torch~=${TORCH_VERSION}
10+
torch==${TORCH_VERSION}
1111
https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-${TORCH_VERSION}+libtpu-${PYTHON_WHEEL_VERSION}-${PYTHON_WHEEL_VERSION}-${TORCH_LINUX_WHEEL_VERSION}.whl
1212
torchaudio==${TORCHAUDIO_VERSION}
1313
torchvision==${TORCHVISION_VERSION}

0 commit comments

Comments
 (0)