Skip to content

Commit

Permalink
Add tiff optional dependendency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Aug 25, 2023
1 parent c3f38f2 commit 2c768e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion odc/geo/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""version information only."""
__version__ = "0.4.1"
__version__ = "0.4.2a0"
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ xr =
warp =
rasterio

all =
tiff =
tifffile
%(warp)s
%(xr)s

all =
%(warp)s
%(tiff)s

test =
pytest
geopandas
Expand Down

0 comments on commit 2c768e3

Please sign in to comment.