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