Skip to content

Commit

Permalink
pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed May 6, 2024
1 parent cba8e7f commit e97d0ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/user/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ and download the .zip file from the Assets section.

.. code-block:: bash
wget https://github.com/wmo-im/wis2box/releases/download/1.0b7-dev/wis2box-setup-dev.zip
wget https://github.com/wmo-im/wis2box/releases/download/1.0b7/wis2box-setup-dev.zip
unzip wis2box-setup-dev.zip
cd wis2box-1.0b7-dev
cd wis2box-1.0b7
Create initial configuration files
Expand Down
6 changes: 2 additions & 4 deletions wis2box-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ RUN if [ "$WIS2BOX_PIP3_EXTRA_PACKAGES" = "None" ]; \
fi

# install dependencies
# FIXME: csv2bufr/bufr2geojson: remove and install from requirements.txt once we have a stable release
# FIXME: pygeometa: remove and install from requirements.txt once we have a stable release
RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \
# install wis2box data pipeline dependencies
&& pip3 install --no-cache-dir \
https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.6.4.zip \
https://github.com/geopython/pygeometa/archive/master.zip \
https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.7.0.zip \
https://github.com/geopython/pygeometa/archive/0.16.0.zip \
https://github.com/wmo-im/pywis-topics/archive/refs/tags/0.2.0.zip \
# install shapely
&& pip3 install --no-cache-dir cython pygeos==0.13 \
Expand Down
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
###############################################################################

__version__ = '1.0b7-dev'
__version__ = '1.0b7'

import click

Expand Down

0 comments on commit e97d0ff

Please sign in to comment.