diff --git a/requirements-dev.txt b/requirements-dev.txt index d4d9cf0..04828ef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mypy==1.15.0 -pytest==8.3.4 -pre-commit==4.1.0 -pytest-cov==6.0.0 -ruff==0.9.9 +pytest==8.3.5 +pre-commit==4.2.0 +pytest-cov==6.1.0 +ruff==0.11.2 diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index 44625d5..9ffcc62 100644 --- a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt +++ b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt @@ -1,5 +1,5 @@ torch==2.6.0 torchvision==0.21.0 # the below are used by AML, can be deleted if not using AML -mlflow==2.20.3 +mlflow==2.21.2 azureml-mlflow==1.59.0.post1