Skip to content

Commit

Permalink
Update requirements.txt (#329)
Browse files Browse the repository at this point in the history
Fix numpy version
  • Loading branch information
Rolv-Arild authored Aug 31, 2024
1 parent 148b947 commit b72fa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RLBotPack/Necto/Nexto/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b72fa70

Please sign in to comment.