Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 12, 2024
1 parent 9703c95 commit b8d0e2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/runjob/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install -vvv --no-deps --no-build-isolation . https://pypi.io/packages/source/{{ bc[0] }}/{{ bc }}/{{ bc }}-{{ bcv }}.tar.gz
script: {{ PYTHON }} -m pip install -vvv --no-deps --no-build-isolation --no-cache-dir . https://pypi.io/packages/source/{{ bc[0] }}/{{ bc }}/{{ bc }}-{{ bcv }}.tar.gz
entry_points:
- runjob = runjob.qsub:main
run_exports:
Expand All @@ -23,6 +23,7 @@ requirements:
host:
- pip
- python >=3.5
- setuptools
run:
- python >=3.5
- psutil >=5.7.0
Expand Down

0 comments on commit b8d0e2f

Please sign in to comment.