From 352095854a5b3c78a6377fdc941251618cbc3bb6 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Sat, 27 Apr 2024 14:33:24 -0700 Subject: [PATCH] Bump IREE to 20240427.876. (#8) Also as this is the first dev commit post 2.3, update some min versions. --- iree-requirements.txt | 4 ++-- pytorch-rocm-requirements.txt | 4 +--- requirements.txt | 6 ++++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/iree-requirements.txt b/iree-requirements.txt index da59aeae6..f1cb04cc3 100644 --- a/iree-requirements.txt +++ b/iree-requirements.txt @@ -1,2 +1,2 @@ -iree-compiler==20240410.859 -iree-runtime==20240410.859 +iree-compiler==20240427.876 +iree-runtime==20240427.876 diff --git a/pytorch-rocm-requirements.txt b/pytorch-rocm-requirements.txt index 5c43013fd..e699c709d 100644 --- a/pytorch-rocm-requirements.txt +++ b/pytorch-rocm-requirements.txt @@ -1,7 +1,5 @@ --pre --index-url https://download.pytorch.org/whl/nightly/rocm6.0 -# TODO: PyTorch ROCM doesn't seem to have a 2.3 RC published, so we just -# get a nightly. -torch>=2.3.0.dev1,<2.4 +torch>=2.3.0 torchaudio torchvision diff --git a/requirements.txt b/requirements.txt index c74e08cea..28eb6965c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,14 @@ +# Build/test requirements. numpy==1.26.3 pytest==8.0.0 pytest-xdist==3.5.0 mypy==1.8.0 +setuptools +wheel # It is expected that you have installed a PyTorch version/variant specific # to your needs, so we only include a minimum version spec. -# TODO: Use a versioned release once 2.3.0 drops. -torch==2.3.0 +torch>=2.3.0 torchaudio torchvision