Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc73c19

Browse files
committedMay 23, 2025
Update rlgym_compat requirement
Format
1 parent d43cb93 commit dc73c19

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎rlbot/utils/gateway.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
if CURRENT_OS != "Windows":
1515
import shlex
1616

17+
1718
def find_main_executable_path(
1819
main_executable_path: Path, main_executable_name: str
1920
) -> tuple[Path, Optional[Path]]:

‎tests/necto/requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rlbot==2.*
22
numpy==1.*
3-
rlgym_compat @ git+https://github.com/JPK314/rlgym-compat@rlgymv2-rlbot-v5
3+
rlgym_compat @ git+https://github.com/JPK314/rlgym-compat
44
--extra-index-url https://download.pytorch.org/whl/cpu
55
torch==2.4.1+cpu

‎tests/nexto/requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rlbot==2.*
22
numpy==1.*
3-
rlgym_compat @ git+https://github.com/JPK314/rlgym-compat@rlgymv2-rlbot-v5
3+
rlgym_compat @ git+https://github.com/JPK314/rlgym-compat
44
--extra-index-url https://download.pytorch.org/whl/cpu
55
torch==2.4.1+cpu

0 commit comments

Comments
 (0)
Please sign in to comment.