Skip to content

Commit

Permalink
Adding py-ruamel modules for gmao-swell-env (#1311)
Browse files Browse the repository at this point in the history
* Adding py-ruamel modules
* Pin py-ruamel-yaml version to 0.17.16 to avoid duplicates
  • Loading branch information
ashley314 authored Sep 26, 2024
1 parent 53a9f02 commit 95c30b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ packages:
require: '+excel'
py-pybind11:
require: '@2.11.0'
# To avoid duplicate packages
py-ruamel-yaml:
require: '@0.17.16'
# Pin the py-setuptools version to avoid duplicate Python packages
py-setuptools:
require: '@63.4.3'
Expand Down
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 95c30b2

Please sign in to comment.