Skip to content

Commit

Permalink
debugging conda packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeljolivet committed Mar 31, 2020
1 parent f9bdcf6 commit a19b97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ source:
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script: python -m pip install --no-deps --ignore-installed .

requirements:
build:
host:
- python
- pip
host:
run:
- brightway2 >=2.3
- bw2data >=3.6.2
- ipython >=7.13.0
Expand Down

0 comments on commit a19b97f

Please sign in to comment.