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

Add popsummary #29407

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
42 changes: 42 additions & 0 deletions recipes/popsummary/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{% set name = "popsummary" %}
{% set version = "0.0.1" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/popsummary-{{ version }}.tar.gz
sha256: fee5dcb60abddf9d1d644e3a40f0ca0d8c7276ac02a120a65e3fd5960a52431c

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9
- pip
run:
- python >=3.9
- h5py
- numpy

test:
imports:
- popsummary
commands:
- pip check
requires:
- pip

about:
home: https://git.ligo.org/zoheyr-doctor/popsummary
summary: tool for reading and writing standard data products from LIGO-Virgo-KAGRA rates and populations analyses
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- ChristianAdamcewicz
Loading