Skip to content

Commit

Permalink
Add cftime as an optional dependency (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones authored Jun 23, 2024
1 parent 5ab0f39 commit df002ef
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,20 @@ dependencies = [
"zarr",
"pydantic>=1.10",
"pyproj",
"rasterio"
"rasterio",
]

[project.optional-dependencies]
complete = [
"ndpyramid[dask,jupyter,xesmf]",
"xarray[complete]",
"mercantile",
"cftime",
"scipy",
"rioxarray"
]
dask = [
"dask",
"dask[complete]",
"pyresample",
]
jupyter = [
Expand All @@ -47,17 +55,13 @@ jupyter = [
xesmf = ["xesmf"]

test = [
"dask",
"mercantile",
"pooch",
"ndpyramid[complete]",
"pre-commit",
"pytest-benchmark",
"pytest-codspeed",
"pytest-cov",
"pytest-mypy",
"pytest",
"rioxarray",
"scipy",
]


Expand Down

0 comments on commit df002ef

Please sign in to comment.