From 56c68a6acd50124c24250f7f34070ceb7296e21d Mon Sep 17 00:00:00 2001 From: Raphael Hagen Date: Mon, 7 Oct 2024 13:05:10 -0600 Subject: [PATCH] pin beam --- .github/workflows/main.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0a4c700a..1bfcd377 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11"] # add 3.12 + python-version: ["3.10", "3.11","3.12"] steps: - uses: actions/checkout@v4 with: @@ -38,7 +38,7 @@ jobs: - name: 🌈 Install pangeo-forge-recipes package shell: bash -l {0} run: | - python -m pip install -e ".[test]" "apache-beam>=2.54" + python -m pip install -e ".[test]" # - name: 🧑‍💻 On the nightly run, test upstream dev versions # if: | # github.event_name == 'schedule' diff --git a/pyproject.toml b/pyproject.toml index c7d392a3..17e20165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ license = { text = "Apache-2.0" } keywords = ["pangeo", "data"] dependencies = [ - "apache-beam", + "apache-beam>=2.54", "cftime", "dask", "fastparquet",