Skip to content

Commit

Permalink
add pydantic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Oct 7, 2024
1 parent 7f3c9f8 commit d590c0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 @@ -33,6 +33,7 @@ requirements:
- 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 d590c0a

Please sign in to comment.