Skip to content

Commit

Permalink
update pyoscar to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 26, 2025
1 parent a0c309e commit 6305fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ RUN apt-get install -y --no-install-recommends \
# install pygeoapi==0.18.0 from GitHub
RUN pip3 install --no-cache-dir https://github.com/geopython/pygeoapi/archive/refs/tags/0.18.0.zip

# install wmo software
# install WMO software
RUN pip3 install --no-cache-dir \
https://github.com/wmo-im/pywis-topics/archive/refs/tags/0.3.2.zip \
https://github.com/wmo-im/pywcmp/archive/refs/tags/0.8.5.zip \
https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.7.0.zip
https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.9.0.zip

RUN pywcmp bundle sync

Expand Down

0 comments on commit 6305fee

Please sign in to comment.