From 3b038e5116e7ade0e76ef40e81e096cf5c94af3e Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Thu, 24 Oct 2024 11:47:54 +0100 Subject: [PATCH] fix install for ci --- .github/workflows/mr_ci_text_spotting.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mr_ci_text_spotting.yml b/.github/workflows/mr_ci_text_spotting.yml index 622a90a0..edd20a3e 100644 --- a/.github/workflows/mr_ci_text_spotting.yml +++ b/.github/workflows/mr_ci_text_spotting.yml @@ -33,6 +33,7 @@ jobs: - name: Install dependencies run: | python -m pip install wheel ninja + python -m pip install numpy=1.26.4 torch==2.2.2 torchvision==0.17.2 -f https://download.pytorch.org/whl/torch_stable.html python -m pip install ".[dev, text]" # all dependencies python -m pip install pytest-cov