Skip to content

Commit

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

0 comments on commit 408d6a0

Please sign in to comment.