Skip to content

Commit

Permalink
Merge branch 'master' into deepchopper-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang authored Oct 29, 2024
2 parents 9e83db0 + 1138219 commit 5b97b98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions recipes/deepchopper/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "deepchopper" %}
{% set version = "1.2.4" %}
{% set sha256 = "e7f0bfed8c34e011e924bc12e30dec9c58777f1879962b9a2036da29009461e4" %}
{% set version = "1.2.5" %}
{% set sha256 = "77a62b80b523add11259a298d5401592ff04fa88c3108a632fd0a9c8a73faa8b" %}

package:
name: {{ name|lower }}
Expand Down
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.2" %}
{% set version = "1.4.4" %}

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

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

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.2,<0.4.0
- pgscatalog.core >=0.3.3,<0.4.0
- pgscatalog.match >=0.3.3,<0.4.0

test:
Expand Down

0 comments on commit 5b97b98

Please sign in to comment.