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 pgscatalog.match to 0.3.3 #51242

Merged
merged 5 commits into from
Oct 8, 2024
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
11 changes: 8 additions & 3 deletions recipes/pgscatalog.match/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{% set name = "pgscatalog.match" %}
{% set version = "0.3.2" %}
{% set version = "0.3.3" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_match-{{ version }}.tar.gz
sha256: 58aa6d60fbf66fe439051133d7a10b5018be8c59b4d8e47dec3fc830b60e9107
sha256: d927fa227917d3e03fb06370dfadc6a5fe4b85f0008f303909f0d7b2d1c48c61


build:
number: 0
Expand All @@ -29,15 +31,18 @@ requirements:
- python >=3.10
- polars 0.20.30
- pyarrow >=15.0.0,<16.0.0
- pgscatalog.core >=0.2.1,<0.3.0
- pgscatalog.core >=0.3.0,<0.4.0

test:
imports:
- pgscatalog.match
commands:
- pip check
- pgscatalog-match --help
- pgscatalog-matchmerge --help
- pgscatalog-intersect --help
requires:
- pip

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