diff --git a/baselines/fedwav2vec2/pyproject.toml b/baselines/fedwav2vec2/pyproject.toml index d9b0c8090cd8..94303f936b39 100644 --- a/baselines/fedwav2vec2/pyproject.toml +++ b/baselines/fedwav2vec2/pyproject.toml @@ -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" @@ -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"