Skip to content

Commit

Permalink
Add Python library dependencies to verif-global
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Aug 19, 2024
1 parent c11f7f5 commit 31c876d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ class EmcVerifGlobalEnv(BundlePackage):
depends_on("nco")
depends_on("prod-util")
depends_on("grib-util")
depends_on("py-cartopy")
depends_on("py-numpy")
depends_on("py-netcdf4")
depends_on("py-matplotlib")
depends_on("py-pandas")
# Test grads
# depends_on('grads')
# Currently, wgrib2 doesn't build with oneapi,
Expand Down

0 comments on commit 31c876d

Please sign in to comment.