Skip to content

Commit

Permalink
Merge pull request #36 from regro-cf-autotick-bot/2.10.0_hd19f6a
Browse files Browse the repository at this point in the history
activity-browser v2.10.0
  • Loading branch information
m-rossi authored Jun 27, 2024
2 parents 5e1ff6f + 3b8c4be commit 2414349
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{% set name = "activity-browser" %}
{% set version = "2.9.7" %}
{% set version = "2.10.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/LCA-ActivityBrowser/{{ name }}/archive/{{ version }}.tar.gz
sha256: ac5c3866b858648fdb4719cd6b90385836fc1df3a83107aa716762a568267387
sha256: b82288686e79bbffa330f4aa154d99f7739aff01c4e086d0758faa1b3afe4321

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
entry_points:
- activity-browser = activity_browser:run_activity_browser
script_env:
- QT_QPA_PLATFORM=offscreen

requirements:
host:
- pip
- python >=3.8,<3.12
- python >=3.10,<3.12
- setuptools
run:
- python >=3.8,<3.12
- python >=3.10,<3.12
- arrow
- brightway2 =2.4.4
- eidl >=2.0.1
- libxml2 <=2.10.4
- brightway2 =2.4.6
- networkx
- numpy >=1.23.5
- pandas <=2.1.4
- pandas >=2.2.1
- pint <=0.21
- pyperclip
- pyside2 >=5.15.5
Expand Down

0 comments on commit 2414349

Please sign in to comment.