Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numpy v1.19.0 #195

Merged
merged 3 commits into from
Jul 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.18.5" %}
{% set version = "1.19.0" %}

package:
name: numpy
version: {{ version }}

source:
url: https://github.com/numpy/numpy/releases/download/v{{ version }}/numpy-{{ version }}.tar.gz
sha256: 2c095bd1c5290966cceee8b6ef5cd66f13cd0e9d6d0e8d6fc8961abd64a8e51f
sha256: 153cf8b0176e57a611931981acfe093d2f7fef623b48f91176efa199798a6b90

build:
number: 0
Expand All @@ -28,8 +28,6 @@ requirements:
- liblapack
run:
- python
run_constrained:
- libopenblas 0.3.7 # [ppc64le]

{% set tests_to_skip = "_not_a_real_test" %}
# Seems to fail with current version of blas for large numbers
Expand Down Expand Up @@ -58,6 +56,7 @@ requirements:
test:
requires:
- pytest
- hypothesis
commands:
- f2py -h
- export OPENBLAS_NUM_THREADS=1 # [unix]
Expand Down