Skip to content

Commit

Permalink
Merge pull request #119 from huggingface/bump-deps
Browse files Browse the repository at this point in the history
Bumps datasets dep
  • Loading branch information
edbeeching authored Sep 1, 2023
2 parents a6a2da9 + 2e97e41 commit 92184fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
__version__ = "0.0.1.dev0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)

REQUIRED_PKGS = [
"accelerate",
"datasets @ git+https://github.com/qgallouedec/datasets.git@speedup-sequence-of-sequece-of-array",
"gymnasium", # For RL action spaces and API
"accelerate==0.22.0",
"datasets==2.14.4",
"gymnasium==0.29.1", # For RL action spaces and API
"huggingface_hub>=0.10", # For sharing objects, environments & trained RL policies
"numpy",
"opencv-python",
"torch",
"transformers",
"torch==2.0.1",
"transformers==4.32.1",
"wandb",
]

Expand Down

0 comments on commit 92184fc

Please sign in to comment.