Skip to content

Commit

Permalink
Merge pull request #61 from opendatacube/feature/update-odc-stats-doc…
Browse files Browse the repository at this point in the history
…ker-image-to-0.3.46

Update odc-stats docker image to 0.3.46
  • Loading branch information
supermarkion committed Oct 14, 2021
2 parents 3615ed9 + 785f2cc commit 1f379f4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
38 changes: 19 additions & 19 deletions statistician/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ botocore==1.20.106
Bottleneck==1.3.2
cachetools==4.2.4
cattrs==1.8.0
certifi==2021.5.30
certifi==2021.10.8
cftime==1.5.1
chardet==4.0.0
charset-normalizer==2.0.6
charset-normalizer==2.0.7
ciso8601==2.2.0
click==8.0.1
click==8.0.3
click-plugins==1.1.1
cligj==0.7.2
cloudpickle==2.0.0
Expand All @@ -31,7 +31,7 @@ dask==2021.9.1
dask-image==0.6.0
datacube==1.8.6
datacube-ows==1.8.20
deepdiff==5.5.0
deepdiff==5.6.0
defusedxml==0.7.1
distributed==2021.9.1
docutils==0.15.2
Expand All @@ -44,14 +44,14 @@ GeoAlchemy2==0.9.4
greenlet==1.1.2
hdstats==0.1.8.post1
HeapDict==1.0.1
idna==3.2
idna==3.3
imageio==2.9.0
importlib-resources==5.2.2
iso8601==0.1.16
itsdangerous==2.0.1
Jinja2==3.0.2
jmespath==0.10.0
jsonschema==4.0.1
jsonschema==4.1.0
kiwisolver==1.3.2
lark-parser==0.12.0
lmdb==1.2.1
Expand All @@ -66,14 +66,14 @@ netCDF4==1.5.7
networkx==2.6.3
numexpr==2.7.3
numpy==1.21.2
odc-algo==0.2.1.dev3056
odc-apps-cloud==0.2.1.dev3056
odc-apps-dc-tools==0.2.1.dev3056
odc-cloud==0.2.1.dev3056
odc-dscache==0.2.1.dev3056
odc-io==0.2.1.dev3056
odc-stac==0.2.1.dev3056
odc-stats==1.0.1.dev3056
odc-algo==0.2.1.dev3083
odc-apps-cloud==0.2.1.dev3083
odc-apps-dc-tools==0.2.1.dev3083
odc-cloud==0.2.1.dev3083
odc-dscache==0.2.1.dev3083
odc-io==0.2.1.dev3083
odc-stac==0.2.0a9
odc-stats==1.0.2.dev3083
ordered-set==4.0.2
packaging==21.0
pandas==1.3.3
Expand All @@ -100,8 +100,8 @@ python-slugify==5.0.2
pytz==2021.3
PyWavelets==1.1.1
PyYAML==5.4.1
rasterio==1.2.9
regex==2021.9.30
rasterio==1.2.10
regex==2021.10.8
requests==2.26.0
requests-cache==0.8.1
rio-cogeo==3.0.0
Expand All @@ -121,10 +121,10 @@ slicerator==1.0.0
snuggs==1.4.7
sortedcontainers==2.4.0
SQLAlchemy==1.4.25
structlog==21.1.0
structlog==21.2.0
tblib==1.7.0
text-unidecode==1.3
tifffile==2021.8.30
tifffile==2021.10.12
timezonefinderL==4.0.2
tomli==1.2.1
toolz==0.11.1
Expand All @@ -134,7 +134,7 @@ typing-extensions==3.10.0.2
url-normalize==1.4.3
urllib3==1.26.7
Werkzeug==2.0.2
wrapt==1.13.1
wrapt==1.13.2
xarray==0.19.0
yarl==1.7.0
zict==2.0.0
Expand Down
20 changes: 11 additions & 9 deletions statistician/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ rio-cogeo
datacube[performance,s3]==1.8.6
aiobotocore[awscli,boto3]==1.3.3

# odc-stac is in PyPI
odc-stac==0.2.0a9

--extra-index-url https://packages.dea.ga.gov.au/
hdstats==0.1.8.post1
odc-algo==0.2.1.dev3056
odc-apps-cloud==0.2.1.dev3056
odc-apps-dc-tools==0.2.1.dev3056
odc-cloud==0.2.1.dev3056
odc-dscache==0.2.1.dev3056
odc-io==0.2.1.dev3056
odc-stac==0.2.1.dev3056
odc-stats[ows]==1.0.1.dev3056
odc-algo==0.2.1.dev3083
odc-apps-cloud==0.2.1.dev3083
odc-apps-dc-tools==0.2.1.dev3083
odc-cloud==0.2.1.dev3083
odc-dscache==0.2.1.dev3083
odc-io==0.2.1.dev3083
odc-stats[ows]==1.0.2.dev3083
# For testing
odc-apps-dc-tools==0.2.1.dev3056
odc-apps-dc-tools==0.2.1.dev3083
2 changes: 1 addition & 1 deletion statistician/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.45
0.3.46

0 comments on commit 1f379f4

Please sign in to comment.