Skip to content

Commit

Permalink
Merge pull request #56 from European-XFEL/takluyver-patch-2
Browse files Browse the repository at this point in the history
Update EXtra-geom to 1.13
  • Loading branch information
takluyver authored Jan 28, 2025
2 parents bd0f6b4 + d61e493 commit 13377e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom-recipes/recipes/extra-geom/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: extra-geom
version: 1.12.0
version: 1.13.0

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/extra_geom-{{ version }}.tar.gz
sha256: a88f3daa4643f4f3037384ba416a0482bee4142ba7a7e1917263a6d0937c5f1d
sha256: 848939154c38f07847243031a297adb681c40d15a4a1740b2fedc8db9e52a636

build:
noarch: python
Expand All @@ -17,10 +17,10 @@ build:

requirements:
host:
- python >=3.6
- python >=3.9
- pip
run:
- python >=3.6
- python >=3.9
- cfelpyutils >=2.0,<3.0
- h5py >=2.7.1
- matplotlib-base
Expand Down

0 comments on commit 13377e9

Please sign in to comment.