python3Packages.modelscope: 1.35.0 -> 1.35.1

This commit is contained in:
Ryan Yin
2026-03-20 22:04:15 +08:00
parent 7b7dc68c90
commit 3ea2f57ae5
@@ -4,26 +4,28 @@
fetchFromGitHub,
setuptools,
filelock,
packaging,
requests,
tqdm,
}:
buildPythonPackage (finalAttrs: {
pname = "modelscope";
version = "1.35.0";
version = "1.35.1";
pyproject = true;
src = fetchFromGitHub {
owner = "modelscope";
repo = "modelscope";
tag = "v${finalAttrs.version}";
hash = "sha256-mWcMJWUdxC3Y5rcfx2urMYmYoJXbV5LudPzVB6wxRJA=";
hash = "sha256-p8Pv58IpP165z4CHq+CO6160LyHd3BS3Y3I2JBGp4KE=";
};
build-system = [ setuptools ];
dependencies = [
filelock
packaging
requests
setuptools
tqdm