Skip to content

Commit

Permalink
Add numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Nov 15, 2023
1 parent e603ee9 commit b5dc4ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/warp-lang/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ source:
build:
noarch: python
script:
- {{ PYTHON }} -m pip install numpy
- {{ PYTHON }} build_lib.py
- {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
- {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation --no-cache-dir
number: 0

requirements:
host:
- python >=3.7
- pip
- numpy
run:
- python >=3.7

Expand Down

0 comments on commit b5dc4ce

Please sign in to comment.