Skip to content

Commit

Permalink
Update pxblat to 1.1.8 (bioconda#43969)
Browse files Browse the repository at this point in the history
* Update pxblat to 1.1.2

* Update pxblat to 1.1.5

* Update pxblat to 1.1.7

* Update pxblat to 1.1.8

* edit dependencies

---------

Co-authored-by: joshuazhuang7 <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 42eabf3 commit 77d98ab
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions recipes/pxblat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "PxBLAT" %}
{% set version = "1.1.1" %}
{% set sha256 = "df8d366c01fc79fa6a5a6200f6e76df5c18666219368404cfd456b49e109c9e0" %}
{% set version = "1.1.8" %}
{% set sha256 = "3c5609e8be17c77c3740ffa016d1ca7e5072d2a34581fe4327ca7f10ac3bb629" %}

package:
name: {{ name|lower }}
Expand All @@ -12,8 +12,10 @@ source:

build:
number: 0
skip: True # [py < 39]
script: {{ PYTHON }} -m pip install . --no-deps --use-pep517 -vvv
skip: True # [py < 38]
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
entry_points:
- pxblat = pxblat.cli.cli:app
run_exports:
- {{ pin_subpackage('pxblat', max_pin="x") }}

Expand All @@ -26,20 +28,16 @@ requirements:
- poetry-core >=1.2.0
- pybind11 >=2.9.1
- setuptools >=46.4
- htslib
- openssl
- zlib
run:
- python
- loguru
- pybind11 >=2.10.4
- rich
- pysimdjson
- biopython
- typer
- deprecated
- mashumaro
- numpy >=1.24.3
- gevent
- urllib3

test:
Expand Down

0 comments on commit 77d98ab

Please sign in to comment.