diff --git a/pytorch_blade/benchmark/TorchBench/requirements_cuda.txt b/pytorch_blade/benchmark/TorchBench/requirements_cuda.txt index af017717088..fa28ab7ab31 100644 --- a/pytorch_blade/benchmark/TorchBench/requirements_cuda.txt +++ b/pytorch_blade/benchmark/TorchBench/requirements_cuda.txt @@ -1,8 +1,8 @@ --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu117 --extra-index-url https://download.pytorch.org/whl/nightly/cpu pandas librosa -torchaudio==2.1.0.dev20230516+cu117 +torchaudio==2.1.0.dev20230717+cu117 # may depend on the same day or the previous day # better verify this dependency locally -torchtext==0.16.0.dev20230516 +torchtext==0.16.0.dev20230717 pyyaml diff --git a/pytorch_blade/scripts/pip/requirements-dev-pre+cpu.txt b/pytorch_blade/scripts/pip/requirements-dev-pre+cpu.txt index 71dbf2d84ae..5bfa075234b 100644 --- a/pytorch_blade/scripts/pip/requirements-dev-pre+cpu.txt +++ b/pytorch_blade/scripts/pip/requirements-dev-pre+cpu.txt @@ -8,6 +8,6 @@ expecttest aliyun-log-python-sdk==0.6.48.6 cryptography # please update pytorch_blade/benchmark/TorchBench/requirements_cpu.txt both -torch==2.1.0.dev20230516+cpu -torchvision==0.16.0.dev20230516+cpu +torch==2.1.0.dev20230717+cpu +torchvision==0.16.0.dev20230717+cpu --pre --extra-index-url https://download.pytorch.org/whl/nightly/cpu diff --git a/pytorch_blade/scripts/pip/requirements-dev-pre+cu117.txt b/pytorch_blade/scripts/pip/requirements-dev-pre+cu117.txt index c6c18b195ad..372aed62d2a 100644 --- a/pytorch_blade/scripts/pip/requirements-dev-pre+cu117.txt +++ b/pytorch_blade/scripts/pip/requirements-dev-pre+cu117.txt @@ -8,6 +8,6 @@ py-cpuinfo aliyun-log-python-sdk==0.6.48.6 cryptography # please update pytorch_blade/benchmark/TorchBench/requirements_cuda.txt both -torch==2.1.0.dev20230516+cu117 -torchvision==0.16.0.dev20230516+cu117 +torch==2.1.0.dev20230717+cu117 +torchvision==0.16.0.dev20230717+cu117 --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu117