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

Apply style fixes

This commit is contained in:
github-actions[bot]
2025-04-09 15:04:16 +00:00
parent 13cbae47e7
commit 7e57a5ae36

View File

@@ -87,8 +87,10 @@ To create the package for PyPI.
import os
import re
import sys
from setuptools import Command, find_packages, setup
# IMPORTANT:
# 1. all dependencies should be listed here with their version requirements if any
# 2. once modified, run: `make deps_table_update` to update src/diffusers/dependency_versions_table.py