Skip to content

Commit

Permalink
Merge pull request #23 from saraedum/numpy114
Browse files Browse the repository at this point in the history
Force numpy > 1.13.3
  • Loading branch information
saraedum authored Sep 3, 2018
2 parents 5cade9c + b1a8884 commit 27c7dc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: {{ version }}

build:
number: 1
number: 2
skip: true # [win]
skip: true # [py3k and py<36]

Expand Down Expand Up @@ -97,7 +97,8 @@ requirements:
- networkx >=2.1,<3
- notebook >=5.3.1,<6
- ntl >=10.3.0,<11
- numpy >=1.13.3,<2
# Sage uses 1.13.3 but for some reason conda's 1.13.3 causes ImportErrors
- numpy >=1.14,<2
- openblas >=0.2.20
- palp >=2.1,<3
# Sage uses an unreleased 2.10 pre-release
Expand Down

0 comments on commit 27c7dc1

Please sign in to comment.