File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
strategy :
22
22
matrix :
23
- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 "]
23
+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 "]
24
24
include :
25
25
# Default version
26
26
- gymnasium-version : " 1.0.0"
45
45
# See https://github.com/astral-sh/uv/issues/1497
46
46
uv pip install --system torch==2.4.1+cpu --index https://download.pytorch.org/whl/cpu
47
47
# Install full requirements (for additional envs and test tools)
48
- # Install full requirements (for additional envs and test tools)
49
48
uv pip install --system -r requirements.txt
50
49
# Use headless version
51
50
uv pip install --system opencv-python-headless
54
53
- name : Install specific version of gym
55
54
run : |
56
55
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
56
+ uv pip install --system "numpy<2"
57
57
# Only run for python 3.10, downgrade gym to 0.29.1
58
58
59
59
- name : Check trained agents
You can’t perform that action at this time.
0 commit comments