Skip to content
Snippets Groups Projects
Commit 8a705945 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

add jinja2 dependency for workflow template generation

parent b311b298
No related branches found
No related tags found
1 merge request!115Change inspiral DAG architecture regarding expected SNR calc, simplify generation of workflows, add documentation
......@@ -66,6 +66,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python3-gst-1.0,
python3-dqsegdb2 (>= @MIN_DQSEGDB2_VERSION@),
python3-gwdatafind (>= @MIN_GWDATAFIND_VERSION@),
python3-jinja2,
python3-lal (>= @MIN_LAL_VERSION@),
python3-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
python3-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
......
......@@ -47,6 +47,7 @@ Requires: python%{python3_pkgversion} >= @MIN_PYTHON_VERSION@
Requires: python%{python3_pkgversion}-dataclasses
Requires: python%{python3_pkgversion}-%{gstreamername}
Requires: python%{python3_pkgversion}-gobject >= @MIN_PYGOBJECT_VERSION@
Requires: python%{python3_pkgversion}-jinja2
Requires: python%{python3_pkgversion}-numpy >= @MIN_NUMPY_VERSION@
Requires: python%{python3_pkgversion}-pluggy >= @MIN_PLUGGY_VERSION@
Requires: python%{python3_pkgversion}-scipy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment