From 231a1ba08209d51fd39db5ad34a59d91f17a340f Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Mon, 19 Sep 2022 15:10:09 +1000 Subject: [PATCH] Bump min tested version of DVC to 2.26.2 --- demo/requirements.txt | 2 +- extension/src/cli/dvc/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 2295b15630..8fc8280f36 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,3 +1,3 @@ -dvc[s3]==2.24.0 +dvc[s3]==2.26.2 torch==1.12.0 torchvision==0.13.0 \ No newline at end of file diff --git a/extension/src/cli/dvc/constants.ts b/extension/src/cli/dvc/constants.ts index d94c45f889..487f51123c 100644 --- a/extension/src/cli/dvc/constants.ts +++ b/extension/src/cli/dvc/constants.ts @@ -1,5 +1,5 @@ export const MIN_CLI_VERSION = '2.24.0' -export const LATEST_TESTED_CLI_VERSION = '2.24.0' +export const LATEST_TESTED_CLI_VERSION = '2.26.2' export const MAX_CLI_VERSION = '3' export const UNEXPECTED_ERROR_CODE = 255