Skip to content

Commit

Permalink
chore: Add dask dependency to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed May 9, 2024
1 parent cb653c9 commit ce2524b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"dask",
"cftime",
"ruamel.yaml",
"xarray",
Expand All @@ -35,17 +36,15 @@ pangeo-forge=[
"db_dtypes",
"google-api-core",
"google-cloud-bigquery",
"pandas",
"pangeo-forge-esgf",
"pangeo-forge-recipes",
"apache-beam",
"dynamic-chunks",
"dask"

]
catalog = [
"aiohttp",
"cf_xarray",
"dask",
"pydantic-core",
"pydantic>=2",
"requests",
Expand Down

0 comments on commit ce2524b

Please sign in to comment.