We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7405960 + d321ea1 commit 82bc961Copy full SHA for 82bc961
.pfnci/run.sh
@@ -75,7 +75,7 @@ main() {
75
# pytest does not run with attrs==19.2.0 (https://github.com/pytest-dev/pytest/issues/3280) # NOQA
76
"${PYTHON}" -m pip install \
77
'pytest==4.1.1' 'attrs==19.1.0' 'pytest-xdist==1.26.1' \
78
- 'gym[atari,classic_control]==0.19.0' 'optuna' 'zipp==1.0.0' 'pybullet==2.8.1' 'jupyterlab==2.1.5' 'traitlets==5.1.1'
+ 'gym[atari,classic_control]==0.19.0' 'optuna' 'zipp==1.0.0' 'pybullet==2.8.1' 'jupyterlab==2.1.5' 'traitlets==5.1.1' 'pyglet==1.5.27'
79
80
git config --global user.email "[email protected]"
81
git config --global user.name "Your Name"
0 commit comments