Skip to content

Commit

Permalink
Pin pip versions for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Dec 11, 2023
1 parent e62f0b7 commit 4372f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ LABEL name="EOEPCA data access core" \
type="EOEPCA data access core" \
version="1.4-dev1"

RUN pip3 install PyYAML "SQLAlchemy<2.0.0" OWSLib pygeometa pystac_client && \
pip3 install https://github.com/geopython/pycsw/archive/master.zip
RUN pip3 install PyYAML==5.3.1 "SQLAlchemy<2.0.0" OWSLib==0.29.3 pygeometa==0.15.3 pystac_client==0.7.5 && \
pip3 install https://github.com/geopython/pycsw/archive/3.0.0-alpha5.zip

RUN apt-get update \
&& apt-get install -y wget \
Expand Down

0 comments on commit 4372f2d

Please sign in to comment.