1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

version table

This commit is contained in:
sayakpaul
2025-06-23 09:59:42 +05:30
parent d2108b8892
commit 2bd2ccda84
2 changed files with 2 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ _deps = [
"pytest",
"pytest-timeout",
"pytest-xdist",
"pytest-reportlog",
"python>=3.8.0",
"ruff==0.9.10",
"safetensors>=0.3.1",

View File

@@ -28,6 +28,7 @@ deps = {
"pytest": "pytest",
"pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist",
"pytest-reportlog": "pytest-reportlog",
"python": "python>=3.8.0",
"ruff": "ruff==0.9.10",
"safetensors": "safetensors>=0.3.1",