From 82edc12650351f6f6616f8108f34443d8d8451a1 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Fri, 7 Jun 2024 11:37:49 +0200 Subject: [PATCH] Add a maximum version for activity browser in dependencies --- .github/workflows/release.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5b36ae7..923a3ac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: yq eval-all -i 'select(fi == 0).dependencies += select(fi == 1).requirements.run | select(fi == 0)' ci/conda-envs/ab.yml ci/recipe/stable/meta.yaml - name: Set up conda-build environment - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: 3.11 activate-environment: build diff --git a/README.md b/README.md index 97b78e1..17653a1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Activity Browser builds upon the [Brightway2](https://brightway.dev) LCA fra ## Requirements -- ``activty-browser >= 2.9.7`` +- ``activty-browser >= 2.9.7, < 2.10.0`` ## Installation