dvc: Update to version 3.4.0 (#4931)

some sleuthing brought me to https://github.com/iterative/dvc-exe/blob/main/upload.py - also see Windows dl link on homepage
This commit is contained in:
Achim Gädke 2023-07-08 01:09:51 +12:00 committed by GitHub
parent 1872568816
commit 17c82c3d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "3.1.0", "version": "3.4.0",
"description": "Data & models versioning for ML projects, make them shareable and reproducible", "description": "Data & models versioning for ML projects, make them shareable and reproducible",
"homepage": "https://dvc.org/", "homepage": "https://dvc.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/iterative/dvc/releases/download/3.1.0/dvc-3.1.0.exe", "url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-3.4.0.exe",
"hash": "5d20788ee8204dce987fc20dd2c3bfb9b24991ef8cc65a297944acd359801d1d", "hash": "c754d088928cfe0faa21e18be271a6832ada5698527b8c77cab0f07f78a01686",
"innosetup": true, "innosetup": true,
"bin": "dvc.exe", "bin": "dvc.exe",
"checkver": { "checkver": {
"github": "https://github.com/iterative/dvc" "github": "https://github.com/iterative/dvc"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/iterative/dvc/releases/download/$version/dvc-$version.exe" "url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-$version.exe"
} }
} }