Skip to content

Commit

Permalink
Merge github.com:pfnet/pfrl into gym0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
toslunar committed Mar 12, 2022
2 parents b330b80 + ca5eadc commit d0e4a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pfnci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ main() {
# pytest does not run with attrs==19.2.0 (https://github.com/pytest-dev/pytest/issues/3280) # NOQA
"${PYTHON}" -m pip install \
'pytest==4.1.1' 'attrs==19.1.0' 'pytest-xdist==1.26.1' \
'gym[atari,classic_control]==0.19.0' 'optuna' 'zipp==1.0.0' 'pybullet==2.8.1' 'jupyterlab==2.1.5'
'gym[atari,classic_control]==0.19.0' 'optuna' 'zipp==1.0.0' 'pybullet==2.8.1' 'jupyterlab==2.1.5' 'traitlets==5.1.1'

git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Expand Down

0 comments on commit d0e4a4a

Please sign in to comment.