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

Fix pgscatalog-utils 1.4.1 #51256

Merged
merged 5 commits into from
Oct 9, 2024
Merged
Changes from 2 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
13 changes: 8 additions & 5 deletions recipes/pgscatalog-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pgscatalog-utils" %}
{% set version = "1.4.0" %}
{% set version = "1.4.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_utils-{{ version }}.tar.gz
sha256: 3f0c771a0a27e234de77e9713a9d436cbaa5451f1cf03ec85431fc602a778ddf
sha256: e54e67f9a372e91a7cc640528c66a9989258bc5ae61e7d6972a5b8ef4e1aa2da

build:
noarch: python
Expand All @@ -23,23 +23,26 @@ requirements:
- pip
run:
- python >=3.10.0,<4.0.0
- pgscatalog.calc >=0.2.1,<0.3.0
- pgscatalog.core >=0.2.1,<0.3.0
- pgscatalog.match >=0.2.1,<0.3.0
- pgscatalog.calc >=0.3.0,<0.4.0
- pgscatalog.core >=0.3.1,<0.4.0
- pgscatalog.match >=0.3.3,<0.4.0

test:
imports:
- pgscatalog.match
- pgscatalog.calc
- pgscatalog.core
commands:
- pip check
- pgscatalog-download --help
- pgscatalog-combine --help
- pgscatalog-match --help
- pgscatalog-matchmerge --help
- pgscatalog-relabel --help
- pgscatalog-aggregate --help
- pgscatalog-ancestry-adjust --help
requires:
- pip

about:
home: https://github.com/PGScatalog/pygscatalog
Expand Down
Loading