Skip to content

Commit

Permalink
Update dependencies in pyproject.toml and environment-catalog.yaml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored May 9, 2024
1 parent 561d753 commit 92f6d5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
12 changes: 0 additions & 12 deletions ci/environment-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,4 @@ channels:
- nodefaults
dependencies:
- python=3.10
- aiohttp
- cf_xarray
- cftime
- dask
- fsspec >= 2023.2
- gcsfs
- pip
- pydantic-core
- pydantic>=2
- pyyaml
- s3fs
- universal_pathlib
- zarr
10 changes: 6 additions & 4 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,18 +36,19 @@ 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",
"pydantic-core",
"pydantic>=2",
"requests",
"universal-pathlib",
"pydantic-core",
"cf_xarray",
]
complete = ["leap-data-management-utils[pangeo-forge,catalog]"]
test = [
Expand Down

0 comments on commit 92f6d5f

Please sign in to comment.