Skip to content

Commit

Permalink
Merge pull request #54 from European-XFEL/takluyver-patch-2
Browse files Browse the repository at this point in the history
Update EXtra-data recipe for 1.19
  • Loading branch information
takluyver authored Jan 27, 2025
2 parents f34ebd0 + 02aeb74 commit fb02d6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom-recipes/recipes/extra-data/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: extra-data
version: 1.18.0
version: 1.19.0

package:
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/extra_data-{{ version }}.tar.gz
sha256: 81f266f9d0d64719e7a4ca96492c5297fffa7d03ab170f1b68476688a3e3b67d
sha256: d22ee8c21dee36c49b6fce451667d2954bf6594aa21954ce19e37d15f31d37da

build:
entry_points:
Expand All @@ -33,6 +33,7 @@ requirements:
- pandas
- xarray
- matplotlib
- pyyaml
- sel(array): dask[array]

test:
Expand Down

0 comments on commit fb02d6b

Please sign in to comment.