Skip to content

Commit

Permalink
Update pgscatalog.match to 0.3.3 (#51242)
Browse files Browse the repository at this point in the history
* fix pgscatalog.core dependency

* bump pgscatalog.match

* fix version

* reset build number
  • Loading branch information
nebfield authored Oct 8, 2024
1 parent d894556 commit 3bd4810
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit 3bd4810

Please sign in to comment.