Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Dec 10, 2024
1 parent cbca36b commit 365ecc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/methylmap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
number: 0
entry_points:
- methylmap=methylmap.methylmap:main
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
noarch: python
run_exports:
- {{ pin_subpackage('methylmap', max_pin="x") }}
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3
- pip
- setuptools
run:
- python >=3
- numpy >=1.14.3
Expand Down

0 comments on commit 365ecc9

Please sign in to comment.