Skip to content

Commit

Permalink
Add a maximum version for activity browser in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Jun 7, 2024
1 parent f961516 commit 82edc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82edc12

Please sign in to comment.