Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
StpdFox committed Sep 30, 2021
2 parents 2b29493 + 4d70cd1 commit 938792c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion activity_browser/ui/widgets/biosphere_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from bw2data.errors import ValidityError
from bw2io.data import (
add_ecoinvent_33_biosphere_flows, add_ecoinvent_34_biosphere_flows,
add_ecoinvent_35_biosphere_flows, add_ecoinvent_36_biosphere_flows,
add_ecoinvent_35_biosphere_flows, add_ecoinvent_36_biosphere_flows, add_ecoinvent_37_biosphere_flows,
add_ecoinvent_38_biosphere_flows,
)
from PySide2 import QtCore, QtWidgets
from PySide2.QtCore import Signal, Slot
Expand Down Expand Up @@ -44,6 +45,8 @@ class UpdateBiosphereThread(QtCore.QThread):
add_ecoinvent_34_biosphere_flows,
add_ecoinvent_35_biosphere_flows,
add_ecoinvent_36_biosphere_flows,
add_ecoinvent_37_biosphere_flows,
add_ecoinvent_38_biosphere_flows,
)
progress = Signal(int)

Expand Down
6 changes: 3 additions & 3 deletions ci/travis/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ requirements:
- python>=3.8, <=3.9 # https://github.com/conda-forge/pyside2-feedstock/issues/56
- arrow
- brightway2 >=2.1.2
- bw2io >=0.8
- bw2io >=0.8.6
- bw2data >=3.6.1
- eidl >=1.2.0
- fuzzywuzzy
- matplotlib-base >=2.2.2
- networkx
- pandas >=0.24.1
- pyside2 >=5.13.1
- salib >=1.3.11
- salib >=1.4
- seaborn
- presamples
- openpyxl
- xlrd<2.0 # https://github.com/brightway-lca/brightway2-io/issues/86
- xlrd <2.0 # https://github.com/brightway-lca/brightway2-io/issues/86

about:
home: https://github.com/LCA-ActivityBrowser/activity-browser
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ requirements:
- numpy >=1.20.2
- arrow
- brightway2 >=2.1.2
- bw2io >=0.7.dev1
- bw2io >=0.8.6
- bw2data >=3.6.1
- eidl >=1.2.0
- fuzzywuzzy
- matplotlib-base >=2.2.2
- networkx
- pandas >=0.24.1
- pyside2 >=5.13.1
- salib >=1.3.11
- salib >=1.4
- seaborn
- presamples
- openpyxl
Expand Down

0 comments on commit 938792c

Please sign in to comment.