Skip to content

Commit

Permalink
Merge pull request #17 from NASA-IMPACT/fix/rasterio_versioning
Browse files Browse the repository at this point in the history
Use dataclasses backport for Python 3.6 and force container to 3.6.
  • Loading branch information
sharkinsspatial authored Jun 21, 2024
2 parents 4c1bdfd + d7be29f commit 008838d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN : \
build-essential \
libjpeg-dev \
zlib1g-dev \
python3.6 \
python3-dev \
python3-pip \
python3-venv \
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
version="0.1",
packages=["hls_vi"],
install_requires=[
"dataclasses",
"matplotlib",
"numpy~=1.19.0",
"rasterio",
Expand Down

0 comments on commit 008838d

Please sign in to comment.