Skip to content

Commit

Permalink
In configs/common/packages.yaml, pin py-numpy to 1.26 to avoid duplic…
Browse files Browse the repository at this point in the history
…ate packages being built
  • Loading branch information
climbfuji committed Dec 19, 2024
1 parent f7990ce commit 39b714e
Showing 1 changed file with 3 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 @@ -234,6 +234,9 @@ packages:
py-netcdf4:
require: '@1.7.1 +mpi'
# To avoid duplicate packages
py-numpy:
require: '@1.26'
# To avoid duplicate packages
py-ruamel-yaml:
require: '@0.17.16'
# Pin the py-setuptools version to avoid duplicate Python packages
Expand Down

0 comments on commit 39b714e

Please sign in to comment.