Skip to content

Commit

Permalink
bump core patch minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Oct 23, 2024
1 parent b1d11b8 commit de35fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1" %}
{% set version = "1.4.2" %}

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

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

build:
noarch: python
Expand All @@ -24,7 +24,7 @@ requirements:
run:
- python >=3.10.0,<4.0.0
- pgscatalog.calc >=0.3.0,<0.4.0
- pgscatalog.core >=0.3.1,<0.4.0
- pgscatalog.core >=0.3.2,<0.4.0
- pgscatalog.match >=0.3.3,<0.4.0

test:
Expand Down

0 comments on commit de35fec

Please sign in to comment.