Skip to content

Commit

Permalink
Pin lxml to version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Aug 9, 2024
1 parent fed8149 commit a5b302e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN : \
&& apt-get install -y --no-install-recommends \
build-essential \
libjpeg-dev \
libxml2-dev \
libxslt1-dev \
zlib1g-dev \
python3.6 \
python3-dev \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ build:
docker compose build

test:
docker compose run --build tox
docker compose run --rm --build tox
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
name="hls_vi",
version="1.10",
version="1.12",
packages=["hls_vi"],
include_package_data=True,
install_requires=[
"dataclasses",
"geojson",
"importlib_resources",
"lxml",
"lxml==3.6.0",
"numpy~=1.19.0",
"pystac[validation]==1.0.0rc2",
"rasterio",
Expand Down

0 comments on commit a5b302e

Please sign in to comment.