File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ and download the .zip file from the Assets section.
1616
1717.. code-block :: bash
1818
19- wget https://github.com/wmo-im/wis2box/releases/download/1.0b7-dev /wis2box-setup-dev.zip
19+ wget https://github.com/wmo-im/wis2box/releases/download/1.0b7/wis2box-setup-dev.zip
2020 unzip wis2box-setup-dev.zip
21- cd wis2box-1.0b7-dev
21+ cd wis2box-1.0b7
2222
2323
2424 Create initial configuration files
Original file line number Diff line number Diff line change @@ -34,13 +34,11 @@ RUN if [ "$WIS2BOX_PIP3_EXTRA_PACKAGES" = "None" ]; \
3434 fi
3535
3636# install dependencies
37- # FIXME: csv2bufr/bufr2geojson: remove and install from requirements.txt once we have a stable release
38- # FIXME: pygeometa: remove and install from requirements.txt once we have a stable release
3937RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \
4038 # install wis2box data pipeline dependencies
4139 && pip3 install --no-cache-dir \
42- https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.6.4 .zip \
43- https://github.com/geopython/pygeometa/archive/master .zip \
40+ https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.7.0 .zip \
41+ https://github.com/geopython/pygeometa/archive/0.16.0 .zip \
4442 https://github.com/wmo-im/pywis-topics/archive/refs/tags/0.2.0.zip \
4543 # install shapely
4644 && pip3 install --no-cache-dir cython pygeos==0.13 \
Original file line number Diff line number Diff line change 1919#
2020###############################################################################
2121
22- __version__ = '1.0b7-dev '
22+ __version__ = '1.0b7'
2323
2424import click
2525
You can’t perform that action at this time.
0 commit comments