Skip to content

Commit 5253295

Browse files
committed
bump version from 1.8.0 to 1.8.1
1 parent 49e79a0 commit 5253295

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-QuantOps"
33
description = "Extended quantization layouts for ComfyUI (INT8, row/block-wise FP8)"
4-
version = "1.8.0"
4+
version = "1.8.1"
55
readme = "README.md"
66
license = { file = "LICENSE" }
77
requires-python = ">=3.9"
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2222
]
2323
dependencies = [
24-
"unifiedefficientloader>=0.2.1"
24+
"unifiedefficientloader==0.4.4"
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)