Skip to content
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
4 changes: 2 additions & 2 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: "2.4.4"
version: "2.4.5"
# -1, or less, means "not a dev version", a number > -1 will emit postfix "rc${{ rc_num }}"
rc_num: -1
# numpy will by default use the ABI feature level for the first numpy version
Expand All @@ -15,7 +15,7 @@ package:

source:
- url: https://github.com/numpy/numpy/releases/download/v${{ version }}/numpy-${{ version }}.tar.gz
sha256: 2d390634c5182175533585cc89f3608a4682ccb173cc9bb940b2881c8d6f8fa0
sha256: ca670567a5683b7c1670ec03e0ddd5862e10934e92a70751d68d7b7b74ca7f9f
patches:
- patches/0001-avoid-backslashes-from-sneaking-into-__config__.py.patch

Expand Down