Skip to content

Commit

Permalink
Fix depend issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Jul 31, 2023
1 parent 12e2034 commit 79cd827
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion notebooks/DEACoastlines_generation_CLI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"outputs": [],
"source": [
"# Study areas\n",
"study_areas = [64, 65]"
"study_areas = [85]"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ aiohttp
affine==2.4.0
botocore
click==8.1.3
dask==2023.5.0
dask==2023.2.0
datacube[s3,performance]==1.8.13
dea_tools==0.2.8.dev117
Fiona==1.8.22
geopandas==0.13.2
matplotlib==3.7.1
mdutils==1.5.0
numpy==1.24.3
numpy==1.23.5
odc-geo==0.4.0
odc_ui==0.2.1.dev3676
pandas==1.5.3
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ dask-image==2022.9.0
# via odc-algo
dask-ml==2022.5.27
# via dea-tools
datacube[performance,s3]==1.8.11
datacube[performance,s3]==1.8.13
# via
# -r requirements.in
# dea-tools
# odc-algo
# odc-ui
dea-tools==0.2.8.dev40
dea-tools==0.2.8.dev117
# via -r requirements.in
debugpy==1.6.6
# via ipykernel
Expand Down Expand Up @@ -157,7 +157,7 @@ geoalchemy2==0.13.1
# via datacube
geographiclib==2.0
# via geopy
geopandas==0.12.2
geopandas==0.13.2
# via
# -r requirements.in
# dea-tools
Expand Down Expand Up @@ -242,7 +242,7 @@ lxml==4.9.2
# pytmd
markupsafe==2.1.2
# via jinja2
matplotlib==3.7.0
matplotlib==3.7.1
# via
# -r requirements.in
# dea-tools
Expand Down Expand Up @@ -314,9 +314,9 @@ numpy==1.23.5
# xarray
odc-algo==0.2.3
# via odc-ui
odc-geo==0.3.3
odc-geo==0.4.0
# via -r requirements.in
odc-ui==0.2.1.dev3630
odc-ui==0.2.1.dev3676
# via
# -r requirements.in
# dea-tools
Expand Down Expand Up @@ -407,19 +407,19 @@ python-dateutil==2.8.2
# pytmd
python-geohash==0.8.5
# via -r requirements.in
pytmd==1.1.3
pytmd==2.0.6
# via
# -r requirements.in
# dea-tools
pytz==2022.7.1
pytz==2023.3
# via
# -r requirements.in
# dea-tools
# owslib
# pandas
pywavelets==1.4.1
# via scikit-image
pyyaml==6.0
pyyaml==5.4.1
# via
# -r requirements.in
# dask
Expand Down Expand Up @@ -457,13 +457,13 @@ scikit-image==0.19.3
# -r requirements.in
# dea-tools
# odc-algo
scikit-learn==1.2.1
scikit-learn==1.2.2
# via
# -r requirements.in
# dask-glm
# dask-ml
# dea-tools
scipy==1.10.0
scipy==1.10.1
# via
# -r requirements.in
# dask-glm
Expand Down Expand Up @@ -525,7 +525,7 @@ tornado==6.2
# distributed
# ipykernel
# jupyter-client
tqdm==4.64.1
tqdm==4.65.0
# via
# -r requirements.in
# dea-tools
Expand Down

0 comments on commit 79cd827

Please sign in to comment.