Skip to content

Commit

Permalink
meta.yaml: pip flag --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 13, 2024
1 parent 9b81518 commit 7b01804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ build:
preserve_egg_dir: True
number: 2
#script: {{PYTHON}} setup.py install #--single-version-externally-managed --record=record.txt
script: {{ PYTHON }} -m pip install .
script: {{ PYTHON }} -m pip install . --no-deps

requirements:
build:
- python {{PY_VER}}
- setuptools
- openalea.deploy
run:
- python >=3.10
- python
- openalea.plantgl
- matplotlib
- pandas
Expand Down

0 comments on commit 7b01804

Please sign in to comment.