Skip to content

Commit

Permalink
refactor(baselines) Update transformers package in FedWav2Vec bas…
Browse files Browse the repository at this point in the history
…eline (#4772)
  • Loading branch information
jafermarq authored Jan 7, 2025
1 parent 9a9b1e4 commit 65c79d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baselines/fedwav2vec2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ speechbrain = "0.5.15"
pandas = "2.1.1"
torch = { url = "https://download.pytorch.org/whl/cu116/torch-1.13.1%2Bcu116-cp310-cp310-linux_x86_64.whl" }
torchaudio = { url = "https://download.pytorch.org/whl/cu116/torchaudio-0.13.1%2Bcu116-cp310-cp310-linux_x86_64.whl" }
transformers = "4.33.2"
transformers = "4.36.0"

[tool.poetry.dev-dependencies]
isort = "==5.13.2"
Expand All @@ -55,7 +55,7 @@ pylint = "==2.8.2"
flake8 = "==3.9.2"
pytest = "==6.2.4"
pytest-watch = "==4.2.0"
ruff = "==0.0.272"
ruff = "==0.4.5"
types-requests = "==2.27.7"
virtualenv = "==20.21.0"

Expand Down

0 comments on commit 65c79d7

Please sign in to comment.