diff --git a/evaluation/pyproject.toml b/evaluation/pyproject.toml index b7e0b6d8..15409032 100644 --- a/evaluation/pyproject.toml +++ b/evaluation/pyproject.toml @@ -4,25 +4,25 @@ version = "0.1.0" description = "Evaluation workflow runtime dependencies" requires-python = ">=3.12" dependencies = [ - "numpy==2.2.6", + "numpy==2.4.4", "azure-core==1.39.0", "azure-storage-blob==12.28.0", "azure-identity==1.25.3", "azure-ai-ml==1.32.0", - "marshmallow==3.26.2", + "marshmallow==4.3.0", "mlflow==3.11.1", - "packaging==25.0", + "packaging==26.1", "psutil==7.2.2", "pynvml==13.0.1", "pyperclip==1.11.0", "onnx==1.21.0", - "onnxscript==0.6.2", - "onnxruntime-gpu==1.24.4", + "onnxscript==0.7.0", + "onnxruntime-gpu==1.25.0", "toml==0.10.2", - "gymnasium==1.2.3", - "torch==2.10.0", - "tensordict==0.12.1", - "lerobot==0.5.0", + "gymnasium==1.3.0", + "torch==2.11.0", + "tensordict==0.12.2", + "lerobot==0.5.1", ] [build-system] @@ -37,10 +37,10 @@ dev = [ "pytest==9.0.3", "pytest-mock==3.15.1", "pytest-cov==7.1.0", - "hypothesis==6.151.13", + "hypothesis==6.152.1", "matplotlib==3.10.8", - "numpy==2.2.6", - "torch==2.10.0", + "numpy==2.4.4", + "torch==2.11.0", ] [tool.pytest.ini_options]