mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-08 06:28:48 +00:00
Add limit for python 3.10 only
This commit is contained in:
@@ -3,7 +3,7 @@ name = "sd-scripts"
|
||||
version = "0.1.0"
|
||||
description = "Training, generation and utility scripts for Stable Diffusion."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.10, <3.11"
|
||||
dependencies = [
|
||||
"accelerate==0.33.0",
|
||||
"altair==4.2.2",
|
||||
|
||||
Reference in New Issue
Block a user