Skip to content

Commit

Permalink
bump pgscatalog.core to 0.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Oct 7, 2024
1 parent 7f3c9f8 commit 73d11de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/pgscatalog.calc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pgscatalog.calc" %}
{% set version = "0.2.2" %}
{% set version = "0.3.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pgscatalog_calc-{{ version }}.tar.gz
sha256: 3589cc8541e8c8f6e0a359ba163454da1cd4aef0baf6e11c8c23e3aff82c237f
sha256: d5821cabb42558698ff862ec9edc5dad79863d5321db95580459f8a08c2c2c92

build:
entry_points:
Expand All @@ -26,7 +26,7 @@ requirements:
- pip
run:
- python >=3.10
- pgscatalog.core >=0.2.1,<0.3.0
- pgscatalog.core >=0.3.0,<0.4.0
- numpy >=1.26.4,<2.0.0
- pandas >=2.2.0,<3.0.0
- pyarrow >=15.0.0,<16.0.0
Expand Down

0 comments on commit 73d11de

Please sign in to comment.