From 4917ae56bf972dc838a70573551650f77f137d87 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Tue, 2 Jan 2024 17:07:39 -0500 Subject: [PATCH] fix release script due to dependency test errors (#2482) --- .github/workflows/release-rai-text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-rai-text.yml b/.github/workflows/release-rai-text.yml index 39546a164a..579da3039a 100644 --- a/.github/workflows/release-rai-text.yml +++ b/.github/workflows/release-rai-text.yml @@ -30,7 +30,7 @@ jobs: - name: Install pytorch shell: bash -l {0} run: | - conda install --yes --quiet pytorch torchvision captum cpuonly -c pytorch + conda install --yes --quiet pytorch torchvision captum cpuonly "numpy<1.24.0" -c pytorch - name: update and upgrade pip, setuptools, wheel, and twine shell: bash -l {0}