Skip to content

Commit

Permalink
Merge pull request #4 from NASA-IMPACT/fix_pyhdf
Browse files Browse the repository at this point in the history
Pin pyhdf version to allow installation on hls-base container.
  • Loading branch information
sharkinsspatial authored Oct 11, 2023
2 parents 2b4c17e + bf3eab0 commit 6f9e699
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
name="hls_thumbnails",
version="0.1",
packages=["hls_thumbnails"],
install_requires=["numpy", "rasterio", "Pillow", "pyhdf"],
install_requires=[
"numpy",
"rasterio",
"Pillow",
"pyhdf==0.10.5"
],
extras_require={"test": ["flake8", "pytest"]},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 6f9e699

Please sign in to comment.