Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EXtra-geom to 1.13 #56

Merged
merged 1 commit into from
Jan 28, 2025
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
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