Skip to content

Commit c5e2844

Browse files
authored
Bump min tested version of DVC to 2.26.2 (#2428)
1 parent dd5d42f commit c5e2844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
dvc[s3]==2.24.0
1+
dvc[s3]==2.26.2
22
torch==1.12.0
33
torchvision==0.13.0

extension/src/cli/dvc/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const MIN_CLI_VERSION = '2.24.0'
2-
export const LATEST_TESTED_CLI_VERSION = '2.24.0'
2+
export const LATEST_TESTED_CLI_VERSION = '2.26.2'
33
export const MAX_CLI_VERSION = '3'
44

55
export const UNEXPECTED_ERROR_CODE = 255

0 commit comments

Comments
 (0)