Unverified Commit 58c6f9cb authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Add omegaconf for tests (#3400)

Add omegaconfg
parent af2a2376
......@@ -37,6 +37,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
numpy \
scipy \
tensorboard \
transformers
transformers \
omegaconf
CMD ["/bin/bash"]
......@@ -96,6 +96,7 @@ _deps = [
"k-diffusion>=0.0.12",
"librosa",
"numpy",
"omegaconf",
"parameterized",
"protobuf>=3.20.3,<4",
"pytest",
......@@ -191,6 +192,7 @@ extras["test"] = deps_list(
"Jinja2",
"k-diffusion",
"librosa",
"omegaconf",
"parameterized",
"pytest",
"pytest-timeout",
......
......@@ -20,6 +20,7 @@ deps = {
"k-diffusion": "k-diffusion>=0.0.12",
"librosa": "librosa",
"numpy": "numpy",
"omegaconf": "omegaconf",
"parameterized": "parameterized",
"protobuf": "protobuf>=3.20.3,<4",
"pytest": "pytest",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment