diff --git a/rlbot/utils/gateway.py b/rlbot/utils/gateway.py index 502cbce..d0ace75 100644 --- a/rlbot/utils/gateway.py +++ b/rlbot/utils/gateway.py @@ -14,6 +14,7 @@ if CURRENT_OS != "Windows": import shlex + def find_main_executable_path( main_executable_path: Path, main_executable_name: str ) -> tuple[Path, Optional[Path]]: diff --git a/tests/necto/requirements.txt b/tests/necto/requirements.txt index 09bf82c..6f0811c 100644 --- a/tests/necto/requirements.txt +++ b/tests/necto/requirements.txt @@ -1,5 +1,5 @@ rlbot==2.* numpy==1.* -rlgym_compat @ git+https://github.com/JPK314/rlgym-compat@rlgymv2-rlbot-v5 +rlgym_compat @ git+https://github.com/JPK314/rlgym-compat --extra-index-url https://download.pytorch.org/whl/cpu torch==2.4.1+cpu diff --git a/tests/nexto/requirements.txt b/tests/nexto/requirements.txt index 09bf82c..6f0811c 100644 --- a/tests/nexto/requirements.txt +++ b/tests/nexto/requirements.txt @@ -1,5 +1,5 @@ rlbot==2.* numpy==1.* -rlgym_compat @ git+https://github.com/JPK314/rlgym-compat@rlgymv2-rlbot-v5 +rlgym_compat @ git+https://github.com/JPK314/rlgym-compat --extra-index-url https://download.pytorch.org/whl/cpu torch==2.4.1+cpu