Skip to content

Commit

Permalink
add matplotlib requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
subindev-d authored May 30, 2024
1 parent 193a09a commit c628c33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mudirac/mudirac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
</creator>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">mudirac</requirement>
<requirement type="package" version="3.5.1">matplotlib</requirement>
</requirements>
<required_files>
<include type="literal" path="spectrum_plot.py"/>
</required_files>
<command detect_errors="exit_code"><![CDATA[
cat '$input_yaml' > input.in &&
mudirac input.in
Expand Down

0 comments on commit c628c33

Please sign in to comment.