python3Packages.modelscope: 1.35.0 -> 1.35.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user