Skip to content

Commit e0f3aca

Browse files
authored
Upgrade min required version of DVC (#1867)
1 parent a938b55 commit e0f3aca

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.10.2
1+
dvc[s3]==2.11.0
22
torch==1.11.0
33
torchvision==0.12.0

extension/src/cli/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const MIN_CLI_VERSION = '2.10.2'
1+
export const MIN_CLI_VERSION = '2.11.0'
22
export const MAX_CLI_VERSION = '3'
33

44
export enum Command {

0 commit comments

Comments
 (0)