diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index 3d40d2938c335..9f2ccfa52bfaf 100644 --- a/recipes/pgscatalog-utils/meta.yaml +++ b/recipes/pgscatalog-utils/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: python script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir - number: 0 + number: 1 run_exports: - {{ pin_subpackage('pgscatalog-utils', max_pin='x.x') }} @@ -23,9 +23,9 @@ requirements: - pip run: - python >=3.10.0,<4.0.0 - - pgscatalog.calc >=0.2.1,<0.3.0 - - pgscatalog.core >=0.2.1,<0.3.0 - - pgscatalog.match >=0.2.1,<0.3.0 + - pgscatalog.calc >=0.3.0,<0.4.0 + - pgscatalog.core >=0.3.1,<0.4.0 + - pgscatalog.match >=0.3.3,<0.4.0 test: imports: @@ -33,6 +33,7 @@ test: - pgscatalog.calc - pgscatalog.core commands: + - pip check - pgscatalog-download --help - pgscatalog-combine --help - pgscatalog-match --help @@ -40,6 +41,8 @@ test: - pgscatalog-relabel --help - pgscatalog-aggregate --help - pgscatalog-ancestry-adjust --help + requires: + - pip about: home: https://github.com/PGScatalog/pygscatalog @@ -51,3 +54,5 @@ about: extra: recipe-maintainers: - nebfield + - smlmbrt +