Skip to content

Commit

Permalink
Use dataclasses backport for Python 3.6 and force container to 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jun 21, 2024
1 parent ccd6056 commit d7be29f
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 d7be29f

Please sign in to comment.