Skip to content

Commit

Permalink
Pin huggingface_sb3 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Sep 5, 2023
1 parent 5b0b531 commit b8d1616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@ def get_local_version(version: "ScmVersion", time_format="%Y%m%d") -> str:
STABLE_BASELINES3,
"sacred>=0.8.4",
"tensorboard>=1.14",
"huggingface_sb3>=2.2.1",
# TODO: remove once https://github.com/huggingface/huggingface_sb3/issues/37 is
# fixed
"huggingface_sb3==2.2.5",
"optuna>=3.0.1",
"datasets>=2.8.0",
],
tests_require=TESTS_REQUIRE,
Expand Down

0 comments on commit b8d1616

Please sign in to comment.