Skip to content

Commit

Permalink
Add click and gdal version-specific dependencies #9
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius committed Oct 14, 2024
1 parent cfb1582 commit d8ffa33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dem_blender/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def print_license(ctx, param, value):
click.echo(f"GNU Affero General Public License v3 (AGPLv3). See https://www.gnu.org/licenses/agpl-3.0.en.html")
ctx.exit()



path_opt = click.option(
"-p",
"--path",
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ packages = [

dependencies = [
"click",
"gdal<=3.8.4",
"joblib",
"numpy",
"scipy",
"rasterio>=1.3.11",
"python-dateutil",
"joblib"
"rasterio>=1.3.11",
"scipy",
]

requires-python =">=3.9"
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
click
gdal<=3.8.4
joblib
numpy
python-dateutil
Expand Down

0 comments on commit d8ffa33

Please sign in to comment.