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 dd5d42f commit c5e2844Copy full SHA for c5e2844
demo/requirements.txt
@@ -1,3 +1,3 @@
1
-dvc[s3]==2.24.0
+dvc[s3]==2.26.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.24.0'
+export const LATEST_TESTED_CLI_VERSION = '2.26.2'
export const MAX_CLI_VERSION = '3'
4
5
export const UNEXPECTED_ERROR_CODE = 255
0 commit comments