Skip to content

Commit ead09e2

Browse files
committed
chore: fix the ci version
1 parent 00ba7ea commit ead09e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,22 @@ dependencies = [
3232
"transformers>=4.53.3",
3333
]
3434
optional-dependencies.ci = [
35+
"accelerate==1.9",
3536
"controlnet-aux==0.0.10",
3637
"datasets==3.6",
3738
"diffusers @ git+https://github.com/huggingface/diffusers@041501a",
3839
"facexlib==0.3",
40+
"huggingface-hub==0.34",
3941
"image-gen-aux @ git+https://github.com/asomoza/image_gen_aux.git",
4042
"insightface==0.7.3",
4143
"onnxruntime==1.22.1",
4244
"opencv-python==4.11.0.86",
45+
"peft==0.17",
4346
"pytest==8.4.2",
4447
"pytest-rerunfailures==16.0.1",
4548
"timm==1.0.19",
4649
"torchmetrics==1.8",
50+
"transformers==4.53.3",
4751
]
4852

4953
optional-dependencies.demo = [

0 commit comments

Comments
 (0)