Skip to content

Commit

Permalink
Merge branch 'master' into add-mini3di
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos authored Oct 7, 2024
2 parents a40e45f + bb2a85c commit 45714b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/pgscatalog.core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pgscatalog.core" %}
{% set version = "0.2.2" %}
{% set version = "0.3.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_core-{{ version }}.tar.gz
sha256: 1a716fdaa6972c86b7a8c2a8141a738cbd5f9e6a98941877631f4187415a0a7f
sha256: 612cc10afc4bea0dc5edfc6b279fc92b76e6833a9152e5bd63a7f98da4a125ad

build:
entry_points:
Expand All @@ -29,10 +29,11 @@ requirements:
- python >=3.10
- httpx >=0.26.0,<0.27.0
- tenacity >=8.2.3,<9.0.0
- pyliftover >=0.4.0,<0.5.0
- pyliftover >=0.4.1,<0.5.0
- xopen >=1.8.0,<2.0.0
- tqdm >=4.66.1,<5.0.0
- natsort >=8.4.0,<9.0.0
- pydantic >=2.9.0,<3.0.0
# for xopen
- python-zlib-ng
test:
Expand Down

0 comments on commit 45714b2

Please sign in to comment.