Skip to content

Commit

Permalink
Merge pull request #775 from norlandrhagen/bump_beam
Browse files Browse the repository at this point in the history
bump beam
  • Loading branch information
norlandrhagen authored Oct 7, 2024
2 parents 9f67e14 + 59393f6 commit 24694a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11","3.12"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ classifiers = [
license = { text = "Apache-2.0" }
keywords = ["pangeo", "data"]
dependencies = [
"apache-beam",
"apache-beam>=2.48",
"cftime",
"dask >= 2021.11.2",
"dask",
"fastparquet",
"fsspec[http] >= 2023.4.0",
"fsspec[http]",
"h5netcdf",
"h5py >= 3.3.0",
"kerchunk >= 0.0.7",
"h5py",
"kerchunk!=0.2.6",
"netcdf4",
"numcodecs >= 0.9.0",
"xarray >= 0.18.0",
"zarr >= 2.12.0",
"numcodecs",
"xarray",
"zarr",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 24694a9

Please sign in to comment.