We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938b55 commit e0f3acaCopy full SHA for e0f3aca
demo/requirements.txt
@@ -1,3 +1,3 @@
1
-dvc[s3]==2.10.2
+dvc[s3]==2.11.0
2
torch==1.11.0
3
torchvision==0.12.0
extension/src/cli/constants.ts
@@ -1,4 +1,4 @@
-export const MIN_CLI_VERSION = '2.10.2'
+export const MIN_CLI_VERSION = '2.11.0'
export const MAX_CLI_VERSION = '3'
4
export enum Command {
0 commit comments