Skip to content

Commit

Permalink
Add py-pyhdf to neptune-env
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed May 20, 2024
1 parent 614d20d commit 7128d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class NeptuneEnv(BundlePackage):
depends_on("py-pandas", type="run")
depends_on("py-pycodestyle", type="run")
depends_on("py-pybind11", type="run")
### REALLY NEED THIS? depends_on("py-pyhdf", when="+hdf4", type="run")
depends_on("py-pyhdf", type="run")
depends_on("py-python-dateutil", type="run")
depends_on("py-pyyaml", type="run")
depends_on("py-scipy", type="run")
Expand Down

0 comments on commit 7128d4a

Please sign in to comment.