diff --git a/pyproject.toml b/pyproject.toml index 6cd9693ea6c..089ec6666dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ mmlab = [ "mmdeploy==1.3.*", # Without the pip cache, oss2 will sometimes install to a lower version. This is related to the installation of the mmlab library. # This causes an error when training the mm model, so fix the version first. - "oss2==2.18.6", + "oss2==2.19.0", ] ci_tox = [ @@ -128,10 +128,10 @@ ci_benchmark = [ "pandas<2.2", # To avoid conflict with nncf==2.9.0 "matplotlib==3.9.2", "nbconvert==7.16.4", - "ipython==8.26.0", + "ipython==8.27.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.15.1", + "mlflow==2.16.0", "py-cpuinfo==9.0.0", ]