Skip to content

Commit

Permalink
Merge pull request #306 from regro-cf-autotick-bot/1.26.3_h39ac03
Browse files Browse the repository at this point in the history
numpy v1.26.3
  • Loading branch information
h-vetinari committed Jan 3, 2024
2 parents 49f1ed3 + 03060cf commit 0d0c8b2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
14 changes: 12 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.26.2" %}
{% set version = "1.26.3" %}

package:
name: numpy
Expand All @@ -9,7 +9,7 @@ package:

source:
- url: https://github.com/numpy/numpy/releases/download/v{{ version }}/numpy-{{ version }}.tar.gz
sha256: f65738447676ab5777f11e6bbbdb8ce11b785e105f690bc45966574816b6d3ea
sha256: 697df43e2b6310ecc9d95f05d5ef20eacc09c7c4ecc9da3f235d39e71b7da1e4
# the sources by upstream themselves (as opposed to automated by github) contain the
# svml submodule (which isn't in github tarball due to dear-github/dear-github#214);
# keep this for reference & debugging when necessary; for exact commit, see:
Expand Down Expand Up @@ -70,6 +70,11 @@ requirements:
{% set tests_to_skip = tests_to_skip + " or test_new_policy" %} # [build_platform != target_platform]
# emulation problems (apparently) on aarch
{% set tests_to_skip = tests_to_skip + " or test_basic_property[float32" %} # [aarch64]
# problems with windows + pypy + meson
{% set tests_to_skip = tests_to_skip + " or test_cython or test_mem_policy" %} # [win and python_impl == "pypy"]
{% set tests_to_skip = tests_to_skip + " or test_multi_fortran_libs_link" %} # [win and python_impl == "pypy"]
{% set tests_to_skip = tests_to_skip + " or (test_extending and test_cython)" %} # [win and python_impl == "pypy"]
{% set tests_to_skip = tests_to_skip + " or (test_scripts and test_pep338)" %} # [win and python_impl == "pypy"]

test:
requires:
Expand Down

0 comments on commit 0d0c8b2

Please sign in to comment.