Skip to content

Commit

Permalink
adding py-ruamel modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley314 committed Sep 25, 2024
1 parent 53a9f02 commit e46a313
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class GmaoSwellEnv(BundlePackage):
depends_on("py-setuptools", type="run")
depends_on("py-pycodestyle", type="run")
depends_on("py-pyyaml", type="run")
depends_on("py-ruamel-yaml", type="run")
depends_on("py-ruamel-yaml-clib", type="run")
# Note that the +delayed option is for compatibility
# with the py-xnrl package (this restricts py-dask
# to certain versions, since the newest versions
Expand Down

0 comments on commit e46a313

Please sign in to comment.