Skip to content

Commit f4e20f7

Browse files
authored
Add missing dependency py-cfgrib to neptune-python-env (#1796)
1 parent 0509e79 commit f4e20f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • spack-ext/repos/spack-stack/packages/neptune-python-env

spack-ext/repos/spack-stack/packages/neptune-python-env/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class NeptunePythonEnv(BundlePackage):
2424
depends_on("esmf +python", type="run")
2525

2626
depends_on("py-arch", type="run")
27+
depends_on("py-cfgrib", type="run")
2728
depends_on("py-h5py", type="run")
2829
depends_on("py-netcdf4", type="run")
2930
depends_on("py-pandas", type="run")

0 commit comments

Comments
 (0)