Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from mozilla-ai/bump-dependencies
Browse files Browse the repository at this point in the history
Hard pin datasets and wandb
  • Loading branch information
veekaybee authored Sep 16, 2024
2 parents 4ba06f7 + c50da89 commit 239c89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"click>=8.1.7",
"scipy==1.13.1",
"numpy<2.0.0",
"wandb>=0.16.3",
"wandb==0.16.3",
"protobuf>=3.20.2",
"urllib3>=1.26.18,<2",
"pydantic>=2.6.4",
Expand All @@ -38,7 +38,7 @@ ruff = ["ruff==0.5.5"]
jobs = [
# HuggingFace / pytorch
"torch==2.4.0",
"datasets>=2.20.0",
"datasets==2.20.0",
"transformers==4.43.4",
"accelerate==0.33.0",
"peft==0.12.0",
Expand Down

0 comments on commit 239c89f

Please sign in to comment.