From 44c1aadf9e4fe8dfe89ab701025c0731eca97735 Mon Sep 17 00:00:00 2001 From: Rolv-Arild Date: Thu, 29 Aug 2024 22:34:45 +0200 Subject: [PATCH] Update requirements.txt 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