python3Packages.diffusers: 0.36.0 -> 0.38.0
Diff: https://github.com/huggingface/diffusers/compare/v0.36.0...v0.38.0 Changelog: https://github.com/huggingface/diffusers/releases/tag/v0.38.0
This commit is contained in:
@@ -45,18 +45,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "diffusers";
|
||||
version = "0.36.0";
|
||||
version = "0.38.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "diffusers";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-bDGiY1PR3JilEzkynUGE5IwDA+bgVQWW1jpGEfftI3U=";
|
||||
hash = "sha256-FyXQJh4i/m9lAD2Sz45YWc+KIFMA+xQLb3ErudO9voY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"safetensors"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
filelock
|
||||
huggingface-hub
|
||||
|
||||
Reference in New Issue
Block a user