Skip to content

Commit

Permalink
Bump min tested version of DVC to 2.28.0 (#2488)
Browse files Browse the repository at this point in the history
* Bump min tested version of DVC to 2.28.0
  • Loading branch information
mattseddon authored Sep 28, 2022
1 parent b24f2db commit cb9ecc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dvc[s3]==2.27.2
dvc[s3]==2.28.0
torch==1.12.0
torchvision==0.13.0
2 changes: 1 addition & 1 deletion extension/src/cli/dvc/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const MIN_CLI_VERSION = '2.24.0'
export const LATEST_TESTED_CLI_VERSION = '2.27.2'
export const LATEST_TESTED_CLI_VERSION = '2.28.0'
export const MAX_CLI_VERSION = '3'

export const UNEXPECTED_ERROR_CODE = 255
Expand Down

0 comments on commit cb9ecc1

Please sign in to comment.