Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Nov 28, 2023
1 parent 38404ec commit f9b4f8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 113 deletions.
7 changes: 2 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "astropy-healpix" %}
{% set version = "1.0.0" %}
{% set version = "1.0.1" %}

package:
name: {{ name|lower }}
Expand All @@ -8,10 +8,7 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: f482ef62a10e686303f38c66f08df17b9ddee5ad82219c23571ee80d76abeea3
patches:
- numpy-args.patch
- object-workaround.patch
sha256: ef8938bdf729757c380a8c1734794d7374ad00e0767fc4a2fa63a66bef126242

build:
number: 0
Expand Down
78 changes: 0 additions & 78 deletions recipe/numpy-args.patch

This file was deleted.

30 changes: 0 additions & 30 deletions recipe/object-workaround.patch

This file was deleted.

0 comments on commit f9b4f8d

Please sign in to comment.