From d8ecc83abfec192629d42ba4e7c9dc65033f8c23 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:13:12 +0100 Subject: [PATCH] fix(*): Set working package versions --- bot/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/requirements.txt b/bot/src/requirements.txt index 3a8310e..5e42952 100644 --- a/bot/src/requirements.txt +++ b/bot/src/requirements.txt @@ -2,7 +2,7 @@ # You will automatically get updates for all versions starting with "1.". rlbot==1.* --find-links https://download.pytorch.org/whl/torch_stable.html -torch==2.0.1+cu117 +torch==1.9.1+cu111 rlgym-compat>=1.1.0 numpy