Skip to content

Commit

Permalink
bump dependencies for stac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessjaco committed Sep 15, 2023
1 parent aa94a3b commit d22e134
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
data
build
dist
venv
constraints.txt
notebooks
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
__pycache__
dep_s2_mangroves
constraints.txt
data
venv
.ipynb_checkpoints
8 changes: 4 additions & 4 deletions .kbatch/run_task.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
image: "ghcr.io/digitalearthpacific/dep-mangroves:latest"
image: "ghcr.io/digitalearthpacific/dep-mangroves:0.0.1-32-gacc2deb"
profile: r
code: "src/"
command:
- python
- run_task.py
- --region-code
- PG
- "FJ"
- --datetime
- "2020"
- "2023"
- --version
- "0.0.1"
- "test"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
typer
git+https://github.com/digitalearthpacific/dep-tools.git@e8f3554
git+https://github.com/jessjaco/azure-logger.git
git+https://github.com/digitalearthpacific/dep-tools.git@cc1698
git+https://github.com/jessjaco/azure-logger.git@b23c9c7
xarray-spatial

--no-binary gdal
Expand Down

0 comments on commit d22e134

Please sign in to comment.