File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
if CURRENT_OS != "Windows" :
15
15
import shlex
16
16
17
+
17
18
def find_main_executable_path (
18
19
main_executable_path : Path , main_executable_name : str
19
20
) -> tuple [Path , Optional [Path ]]:
Original file line number Diff line number Diff line change 1
1
rlbot == 2.*
2
2
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
4
4
--extra-index-url https://download.pytorch.org/whl/cpu
5
5
torch == 2.4.1+cpu
Original file line number Diff line number Diff line change 1
1
rlbot == 2.*
2
2
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
4
4
--extra-index-url https://download.pytorch.org/whl/cpu
5
5
torch == 2.4.1+cpu
You can’t perform that action at this time.
0 commit comments