Skip to content

Commit

Permalink
HF datasets version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Jan 29, 2024
1 parent af3fc3f commit 92695ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
]

[project.optional-dependencies]
huggingface = ["datasets>=2.7.0"]
huggingface = ['datasets>=2.15.0; python_version > "3.7"', 'datasets>=2.7.0; python_version < "3.8"']
pytorch = ["torchvision>=0.12.0"]
azure = ["adlfs>=2022.2.0"] # latest compatible with Python 3.7
gcs = ["gcsfs>=2022.1.0"] # latest compatible with Python 3.7
Expand Down

0 comments on commit 92695ae

Please sign in to comment.