Update uv requirements

pull/3263/head
bmaltais 2025-05-26 20:11:52 -04:00
parent c1c723a3d9
commit 8c8f15b1ad
2 changed files with 9 additions and 6 deletions

View File

@ -5,7 +5,7 @@ description = "Kohya_ss GUI"
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"accelerate==0.33.0",
"accelerate",
"aiofiles==23.2.1",
"altair==4.2.2",
"bitsandbytes>=0.45.0",
@ -41,7 +41,7 @@ dependencies = [
"tensorflow>=2.16.1",
"tensorflow-io-gcs-filesystem==0.31.0; sys_platform == 'win32'",
"tensorflow-io-gcs-filesystem>=0.37.1; sys_platform == 'linux'",
"timm==0.6.7",
"timm>=0.9.2",
"tk==0.1.0",
"toml==0.10.2",
"torch>=2.5.0",

11
uv.lock
View File

@ -897,7 +897,7 @@ requires-dist = [
{ name = "tensorflow", specifier = ">=2.16.1" },
{ name = "tensorflow-io-gcs-filesystem", marker = "sys_platform == 'linux'", specifier = ">=0.37.1" },
{ name = "tensorflow-io-gcs-filesystem", marker = "sys_platform == 'win32'", specifier = "==0.31.0" },
{ name = "timm", specifier = "==0.6.7" },
{ name = "timm", specifier = ">=0.9.2" },
{ name = "tk", specifier = "==0.1.0" },
{ name = "toml", specifier = "==0.10.2" },
{ name = "torch", marker = "sys_platform != 'linux' and sys_platform != 'win32'", specifier = ">=2.5.0" },
@ -2314,18 +2314,21 @@ wheels = [
[[package]]
name = "timm"
version = "0.6.7"
version = "1.0.15"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "huggingface-hub" },
{ name = "pyyaml" },
{ name = "safetensors" },
{ name = "torch", version = "2.7.0", source = { registry = "https://pypi.org/simple" }, marker = "sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "torch", version = "2.7.0+cu128", source = { registry = "https://download.pytorch.org/whl/cu128" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
{ name = "torchvision", version = "0.22.0", source = { registry = "https://download.pytorch.org/whl/cu128" }, marker = "platform_machine == 'aarch64' and sys_platform == 'linux'" },
{ name = "torchvision", version = "0.22.0", source = { registry = "https://pypi.org/simple" }, marker = "sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "torchvision", version = "0.22.0+cu128", source = { registry = "https://download.pytorch.org/whl/cu128" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/8d/a1/6abc7eaba8afea0b5fe8835e19599fd1c865890c52d2abdf0cccd372fc25/timm-0.6.7.tar.gz", hash = "sha256:340f907906695092cf53fe01a476aa14ad15763545b654bc122ea0daef23071f", size = 423037, upload-time = "2022-07-27T21:10:27.04Z" }
sdist = { url = "https://files.pythonhosted.org/packages/bc/0c/66b0f9b4a4cb9ffdac7b52b17b37c7d3c4f75623b469e388b0c6d89b4e88/timm-1.0.15.tar.gz", hash = "sha256:756a3bc30c96565f056e608a9b559daed904617eaadb6be536f96874879b1055", size = 2230258, upload-time = "2025-02-23T05:05:55.959Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/72/ed/358a8bc5685c31c0fe7765351b202cf6a8c087893b5d2d64f63c950f8beb/timm-0.6.7-py3-none-any.whl", hash = "sha256:4bbd7a5c9ae462ec7fec3d99ffc62ac2012010d755248e3de778d50bce5f6186", size = 509963, upload-time = "2022-07-27T21:10:17.196Z" },
{ url = "https://files.pythonhosted.org/packages/6c/d0/179abca8b984b3deefd996f362b612c39da73b60f685921e6cd58b6125b4/timm-1.0.15-py3-none-any.whl", hash = "sha256:5a3dc460c24e322ecc7fd1f3e3eb112423ddee320cb059cc1956fbc9731748ef", size = 2361373, upload-time = "2025-02-23T05:05:53.601Z" },
]
[[package]]