Skip to content

Commit 8b66534

Browse files
patrickvonplatenhari10599
authored andcommitted
Add omegaconf for tests (huggingface#3400)
Add omegaconfg
1 parent 3bab713 commit 8b66534

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docker/diffusers-pytorch-cuda/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
3737
numpy \
3838
scipy \
3939
tensorboard \
40-
transformers
40+
transformers \
41+
omegaconf
4142

4243
CMD ["/bin/bash"]

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"k-diffusion>=0.0.12",
9797
"librosa",
9898
"numpy",
99+
"omegaconf",
99100
"parameterized",
100101
"protobuf>=3.20.3,<4",
101102
"pytest",
@@ -191,6 +192,7 @@ def run(self):
191192
"Jinja2",
192193
"k-diffusion",
193194
"librosa",
195+
"omegaconf",
194196
"parameterized",
195197
"pytest",
196198
"pytest-timeout",

src/diffusers/dependency_versions_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"k-diffusion": "k-diffusion>=0.0.12",
2121
"librosa": "librosa",
2222
"numpy": "numpy",
23+
"omegaconf": "omegaconf",
2324
"parameterized": "parameterized",
2425
"protobuf": "protobuf>=3.20.3,<4",
2526
"pytest": "pytest",

0 commit comments

Comments
 (0)