Skip to content

Commit

Permalink
Merge pull request #26 from openalea/conda
Browse files Browse the repository at this point in the history
Update conda packaging
  • Loading branch information
pradal authored May 8, 2022
2 parents 6f0d10d + 1e9416c commit ec83658
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ source:
build:
noarch: python
preserve_egg_dir: True
number: 1
script: python setup.py install #--single-version-externally-managed --record=record.txt
number: 2
script: {{PYTHON}} setup.py install #--single-version-externally-managed --record=record.txt

requirements:
build:
- python
- python {{PY_VER}}
- setuptools
- openalea.deploy
run:
- python >=3.6
Expand Down

0 comments on commit ec83658

Please sign in to comment.