Skip to content

Commit

Permalink
Merge pull request #69 from pixalytics-ltd/psy-maps_bug
Browse files Browse the repository at this point in the history
psy-maps: Adding matplotlib explicitly
  • Loading branch information
bgruening authored Oct 1, 2024
2 parents e8074c9 + b34b267 commit 526396e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/psy-maps/psy-maps.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="psy_maps" name="map plot" version="1.3.0" profile="23.0">
<tool id="psy_maps" name="map plot" version="1.3.1" profile="23.0">
<description>gridded (lat/lon) netCDF data</description>
<edam_topics>
<edam_topic>topic_3855</edam_topic>
Expand All @@ -9,6 +9,7 @@
</edam_operations>
<requirements>
<requirement type="package" version="3">python</requirement>
<requirement type="package" version="3.9.2">matplotlib</requirement>
<requirement type="package" version="1.4.3">psyplot</requirement>
<requirement type="package" version="1.4.2">psy-maps</requirement>
<requirement type="package" version="1.4.0">psy-reg</requirement>
Expand Down

0 comments on commit 526396e

Please sign in to comment.