Skip to content

Commit 6da2d6b

Browse files
Merge pull request #28 from RLBot/req-update
Update `rlgym_compat` requirement
2 parents d43cb93 + dc73c19 commit 6da2d6b

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)