File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 31
31
export PATH=/path/to/parallel:$PATH
32
32
export root_dir=$(pwd)
33
33
cd tutorials/${{ matrix.tutorial }}
34
- pip install $(grep -ivE "pettingzoo" requirements.txt)
34
+ grep -ivE "pettingzoo" requirements.txt > _requirements.txt
35
+ pip install -r _requirements.txt
35
36
pip install -e $root_dir[all]
36
37
pip install -e $root_dir[testing]
37
38
AutoROM -v
56
57
export PATH=/path/to/parallel:$PATH
57
58
export root_dir=$(pwd)
58
59
cd tutorials/${{ matrix.tutorial }}
59
- pip install $(grep -ivE "pettingzoo" requirements.txt)
60
+ grep -ivE "pettingzoo" requirements.txt > _requirements.txt
61
+ pip install -r _requirements.txt
60
62
pip install -e $root_dir[all]
61
63
pip install -e $root_dir[testing]
62
64
AutoROM -v
Original file line number Diff line number Diff line change 1
- agilerl == 0.1.22
1
+ agilerl == 0.1.22 ; python_version >= '3.9'
2
2
pettingzoo [classic,atari,mpe ]>= 1.23.1
3
3
SuperSuit >= 3.9.0
4
4
torch >= 2.0.1
@@ -9,4 +9,3 @@ gymnasium>=0.28.1
9
9
imageio >= 2.31.1
10
10
Pillow >= 9.5.0
11
11
PyYAML >= 5.4.1
12
- wandb >= 0.16.0
You can’t perform that action at this time.
0 commit comments