From 487d930096e2eeaf8f03f1e7c2450196aed1d0d3 Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Thu, 25 Aug 2022 14:17:19 +1000 Subject: [PATCH] Bump min tested DVC version to 2.20.1 --- 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 33eb522f14..8171790651 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,3 +1,3 @@ -dvc[s3]==2.18.1 +dvc[s3]==2.20.1 torch==1.12.0 torchvision==0.13.0 diff --git a/extension/src/cli/dvc/constants.ts b/extension/src/cli/dvc/constants.ts index baabfe64d2..09034fb55c 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.11.0' -export const LATEST_TESTED_CLI_VERSION = '2.18.1' +export const LATEST_TESTED_CLI_VERSION = '2.20.1' export const MAX_CLI_VERSION = '3' export const UNEXPECTED_ERROR_CODE = 255