Skip to content

Commit

Permalink
Merge pull request #214 from edbeeching/SB3-limit-max-version
Browse files Browse the repository at this point in the history
SB3 bugfix (limit max version)
  • Loading branch information
Ivan-267 authored Nov 26, 2024
2 parents 53cb02a + 1c6eb3f commit e1d89c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ install_requires =
tensorboard
wget
huggingface_hub>=0.10
gymnasium
stable-baselines3>=2.0.0
gymnasium<=0.29.1
stable-baselines3>=2.0.0,<2.4.0
huggingface_sb3
onnx
onnxruntime
Expand Down

0 comments on commit e1d89c9

Please sign in to comment.