Skip to content

Commit

Permalink
Try setting minimum numpy to 1.17 to solve conda build bug. See relat…
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Nov 2, 2022
1 parent f567f76 commit 938e26f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ requirements:
- r-zeallot
- sysv_ipc # [unix]
- zeromq
- numpy >=1.17.0
run:
- chevron
- cmake # [not win]
Expand All @@ -64,7 +65,7 @@ requirements:
- GitPython # [py>36]
- jsonschema==3.2.0
- matplotlib-base
- numpy >=1.13.0
- numpy >=1.17.0
- pandas
- pyperf
- pint # [py2k]
Expand Down

0 comments on commit 938e26f

Please sign in to comment.