Skip to content

Commit

Permalink
Merge branch 'develop' into merge_nci_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana-B authored Jul 8, 2024
2 parents b97371d + cead799 commit 8007cf1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
env:
ORG: dea
IMAGE: dea-sandbox
DIVE: wagoodman/dive:v0.12.0
DOCKER_API: 1.37

jobs:
dive:
Expand Down
15 changes: 9 additions & 6 deletions docker/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- libpq
- git
- wget
- curl
- unzip
- htop
- tmux
Expand Down Expand Up @@ -64,10 +65,10 @@ dependencies:
- frozenlist
- fsspec
- GeoAlchemy2
- geopandas
- geopandas<1.0.0
- greenlet
- HeapDict
- icu
- icu>=73.2
- idna
- imageio
- importlib-metadata
Expand Down Expand Up @@ -114,8 +115,8 @@ dependencies:
- pyproj
- pyrsistent
- pystac
- pystac-client
- pytest=8.1.1
- pystac-client>=0.8.1
- pytest!=8.1.0
- python-dateutil
- python-rapidjson
- python-slugify
Expand Down Expand Up @@ -179,15 +180,16 @@ dependencies:
- dask-ml
- pathos
- scikit-learn
- tensorflow>=2.10
- tensorflow>=2.16
- xgboost
- zarr
- bokeh=3.2.2
- descartes
- matplotlib
- seaborn
- pygeos
# - pygeos
- cmocean
- gcsfs
- geohash2
- geojson
- geopy
Expand All @@ -208,6 +210,7 @@ dependencies:
- urbanaccess
- contextily
- pyTMD<=2.1.0
- xarray-spatial
# jupyter things
- autopep8
- black
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ s2cloudmask
opencv-python-headless
opencv-contrib-python-headless

datacube[performance,s3] >= 1.8.18
datacube[performance,s3] >= 1.8.19
odc-algo @ git+https://github.com/opendatacube/odc-algo@b8dcfce
odc-cloud[ASYNC]
odc-stats[ows]
Expand Down

0 comments on commit 8007cf1

Please sign in to comment.