diff --git a/recipe/meta.yaml b/recipe/meta.yaml index aca73335..28326443 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.18.5" %} +{% set version = "1.19.0" %} package: name: numpy @@ -6,7 +6,7 @@ package: source: url: https://github.com/numpy/numpy/releases/download/v{{ version }}/numpy-{{ version }}.tar.gz - sha256: 2c095bd1c5290966cceee8b6ef5cd66f13cd0e9d6d0e8d6fc8961abd64a8e51f + sha256: 153cf8b0176e57a611931981acfe093d2f7fef623b48f91176efa199798a6b90 build: number: 0 @@ -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 @@ -58,6 +56,7 @@ requirements: test: requires: - pytest + - hypothesis commands: - f2py -h - export OPENBLAS_NUM_THREADS=1 # [unix]