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 99e93fc commit 731ff12Copy full SHA for 731ff12
demo/requirements.txt
@@ -1,3 +1,3 @@
1
-dvc[s3]==2.26.2
+dvc[s3]==2.27.2
2
torch==1.12.0
3
torchvision==0.13.0
extension/src/cli/dvc/constants.ts
@@ -1,5 +1,5 @@
export const MIN_CLI_VERSION = '2.24.0'
-export const LATEST_TESTED_CLI_VERSION = '2.26.2'
+export const LATEST_TESTED_CLI_VERSION = '2.27.2'
export const MAX_CLI_VERSION = '3'
4
5
export const UNEXPECTED_ERROR_CODE = 255
0 commit comments