diff --git a/pyproject.toml b/pyproject.toml index 66e0780079..c98c6b4d41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ base = [ ] transformers = [ - "transformers==4.47.0", + "transformers==4.47.1", "diffusers==0.31.0", "torchmetrics[image]>=0.7.0" ] @@ -115,7 +115,7 @@ ci_publish = [ ci_benchmark = [ "pandas<2.3", # To avoid conflict with nncf==2.9.0 - "matplotlib==3.9.4", + "matplotlib==3.10.0", "nbconvert==7.16.4", "ipython==8.30.0", "ipykernel==6.29.5",