Skip to content

Commit e97d0ff

Browse files
committed
pin dependencies
1 parent cba8e7f commit e97d0ff

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docs/source/user/setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

wis2box-management/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3937
RUN 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 \

wis2box-management/wis2box/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
###############################################################################
2121

22-
__version__ = '1.0b7-dev'
22+
__version__ = '1.0b7'
2323

2424
import click
2525

0 commit comments

Comments
 (0)