diff --git a/dev-requirements.txt b/dev-requirements.txt index e75e601..c95a84d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ -f https://download.pytorch.org/whl/torch -torch==2.8.0 ; sys_platform == 'darwin' # macOS +torch==2.12.0 ; sys_platform == 'darwin' # macOS torch==2.8.0+cpu; sys_platform != 'darwin' # Non-macOS (CPU-only), like on TPU yapf==0.40.2 # N.B.: keep in sync with `infra/ansible/config/pip.yaml`, `.github/workflows/lintercheck.yml` ruff>=0.9.0 # Linter and formatter