Skip to content

Commit

Permalink
Require unfold 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 16, 2023
1 parent 7066376 commit 647bc23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ci/recipe/stable/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- pandas
run:
- activity-browser
- unfold
- unfold >=1.1.5
- datapackage
- pandas
- tqdm
Expand All @@ -41,6 +41,5 @@ about:
description: |
The [Activity Browser](https://github.com/LCA-ActivityBrowser/activity-browser)
is a graphical user interface for the [brightway2](https://brightway.dev/)
advanced life cycle assessment framework.
This plugin allows you to import scenario-based LCA databases
advanced life cycle assessment framework. This plugin allows you to import scenario-based LCA databases
through the use of `unfold` datapackages.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
license=open('LICENSE.txt').read(),
install_requires=[
"activity-browser",
"unfold",
"unfold >=1.1.5",
"datapackage",
"pandas",
"tqdm"
Expand Down

0 comments on commit 647bc23

Please sign in to comment.