From b72fa70d6d673fee74a0ee4f78e59127e8dfba37 Mon Sep 17 00:00:00 2001 From: Rolv-Arild Date: Sat, 31 Aug 2024 08:16:41 +0200 Subject: [PATCH] Update requirements.txt (#329) Fix numpy version --- RLBotPack/Necto/Nexto/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RLBotPack/Necto/Nexto/requirements.txt b/RLBotPack/Necto/Nexto/requirements.txt index a3950ba7..9380e58c 100644 --- a/RLBotPack/Necto/Nexto/requirements.txt +++ b/RLBotPack/Necto/Nexto/requirements.txt @@ -4,7 +4,7 @@ rlbot==1.* --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.0.1+cpu rlgym-compat==1.0.2 -numpy +numpy==1.26.4 # This will cause pip to auto-upgrade and stop scaring people with warning messages pip