Skip to content

Commit

Permalink
Add more optional dependencies
Browse files Browse the repository at this point in the history
- tiff also needs dask and imagecodecs
- adding s3
  • Loading branch information
Kirill888 committed Oct 28, 2023
1 parent 40a4cb9 commit fa47c6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,23 @@ warp =

tiff =
tifffile
imagecodecs
dask[array,distributed]
%(warp)s
%(xr)s

s3 =
boto3

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

test =
pytest
geopandas
dask
%(tiff)s


[options.packages.find]
Expand Down

0 comments on commit fa47c6c

Please sign in to comment.