Skip to content

Commit

Permalink
Merge pull request #33 from ecmwf/develop
Browse files Browse the repository at this point in the history
Dependency version bumps
  • Loading branch information
peshence authored Oct 22, 2024
2 parents be2df3d + 05f9de8 commit 93c2a43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,8 @@ RUN set -eux \
RUN set -eux \
ls -R /opt

# gribjump not open source yet, clone it.
RUN set -eux \
&& git clone --single-branch --branch ${gribjump_version} https://github.com/ecmwf/gribjump.git
&& git clone --single-branch --branch develop https://github.com/ecmwf/gribjump.git
# Install pygribjump
RUN set -eux \
&& cd /gribjump \
Expand Down
2 changes: 1 addition & 1 deletion polytope_server/common/datasource/polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import os

import yaml
from polytope.utility.exceptions import PolytopeError
from polytope_feature.utility.exceptions import PolytopeError
from polytope_mars.api import PolytopeMars

from . import datasource
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attrdict==2.0.1
boto3==1.35.19
covjsonkit==0.0.22
covjsonkit==0.0.24
deepmerge==2.0
docker==7.1.0
ecmwf-api-client==1.6.3
Expand All @@ -20,8 +20,8 @@ Markdown==3.7
minio==7.2.8
moto[dynamodb]==5.0.16
pika==1.3.2
polytope-mars==0.0.10
polytope-python==1.0.7
polytope-mars==0.0.12
polytope-python==1.0.8
py-bcrypt==0.4
pykwalify==1.8.0
pymemcache==4.0.0
Expand Down

0 comments on commit 93c2a43

Please sign in to comment.