Skip to content

Commit

Permalink
Update querynator to 0.5.0 (bioconda#48694)
Browse files Browse the repository at this point in the history
* Update querynator to 0.5.0

* pin python to <3.11

* fix typo

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Jun 24, 2024
1 parent 3da8bda commit d208117
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions recipes/querynator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "querynator" %}
{% set version = "0.4.2" %}
{% set version = "0.5.0" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 869fec02e402428e68c522d0b906a6baaaa6cdecdcd83195f8d775e58ef635a4
sha256: 01712498ecd492e67a85d9b5a809f2528ab7040ccc0170c2d06823eabef65814

build:
number: 0
Expand All @@ -16,28 +16,29 @@ build:
- {{ pin_subpackage('querynator', max_pin="x") }}
entry_points:
- querynator=querynator.__main__:run_querynator
script: "{{ PYTHON }} -m pip install . -vv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"

requirements:
host:
- pip
- python
- python >=3.8,<3.11
run:
- civicpy =3.0.0
- civicpy >=3.0.0
- click >=8.1.3
- httplib2
- matplotlib-base =3.6.1
- numpy =1.24.3
- pandas =1.5.1
- pretty_html_table =0.9.16
- matplotlib-base >=3.6.1
- numpy ==1.24.4
- pandas >=1.5.1
- pretty_html_table >=0.9.16
- pytest >=6.2.4
- python
- python >=3.8,<3.11
- pyvcf3 >=1.0.3
- requests
- requests-cache
- sphinx >=5.3.0
- sphinx-rtd-theme
- upsetplot =0.8.0
- upsetplot >=0.8.0
- urllib3 <2

test:
imports:
Expand Down

0 comments on commit d208117

Please sign in to comment.